You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MS Excel has a new feature called Notes which are similar to Comments. In the new excel you can choose whether text attached to cells appears as the old Comments (visible as rectangular box on click) or as Notes (visible as an image with a weird arrow)
When we use the fastexcel call for comments as below:
ws.comment(rownum, cellnum, "comment text");
The comments sometimes (at random) appears as a Note instead of a Comment (which is what we want). See attached file.
Does anybody know why this happens and is there a way to always force it to be Comment and never a Note.
MS Excel has a new feature called Notes which are similar to Comments. In the new excel you can choose whether text attached to cells appears as the old Comments (visible as rectangular box on click) or as Notes (visible as an image with a weird arrow)
When we use the fastexcel call for comments as below:
ws.comment(rownum, cellnum, "comment text");
The comments sometimes (at random) appears as a Note instead of a Comment (which is what we want). See attached file.
Does anybody know why this happens and is there a way to always force it to be Comment and never a Note.
Export to Excel notes format.xlsx
The text was updated successfully, but these errors were encountered: