Please provide an example to add note to a cell. For Excel97, the following code works:
Code: Select all
Result := xlsRW[0].Drawing.BIFFDrawing.Notes.Add;
Result.Text := text;
Code: Select all
XLS[0].Comments.Add(1,4,'Hello,world')
What is the correct way? Is there a proper code for both writing modes?
Tested on version 5.10.16.