I have a simple textbox that has multiline text. If I try to highlight all of the text, it only highlights the second line.
The code I am using:
assume shape 0 is a textbox object
const textbox=xs.sheet.data.shapes[0];
xs.sheet.addHighlightTextBox(textbox.id, 0, textbox.text.length);
image.png (8.7 KB)
Text Box Excel.zip (7.7 KB)