Posted 17 September 2025, 6:12 am EST
I am using a regular expression to search for data within a sheet. When my regular expression is
PosInputRange*VDDMAX
and the cell text is PosInputRange_AI1_VDDMAX, it matches the cell but does not highlight it.I am identifying search blocks and assigning them to the doc.sheet.searchInfo object.
doc.sheet.searchInfo = {
"text": "PosInputRange*VDDMAX",
"row": 21,
"col": 0,
"index": -1
}