-
Notifications
You must be signed in to change notification settings - Fork 1.8k
How to add Cell comment #529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
someone please answer this |
ilimei
pushed a commit
to ilimei/exceljs
that referenced
this issue
May 19, 2019
ilimei
pushed a commit
to ilimei/exceljs
that referenced
this issue
May 19, 2019
ilimei
pushed a commit
to ilimei/exceljs
that referenced
this issue
May 19, 2019
ilimei
pushed a commit
to ilimei/exceljs
that referenced
this issue
May 22, 2019
Comments (aka Notes) added to v1.12.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have requirement where i need to show comment on hover the cell in excel .i've read the document, it is said that In Page Setup ->cellComments setting is there. But I am not understanding how to use that for adding cell comment.

i am adding row information like this
worksheet.addRow([3, 'Sam', new Date()]);
now i want to add a comment for the cell Sam like when a user hovers on that cell , it should show "Sam Winchester " in a small note comment
If you could explain with code that would be very much appreciated
The text was updated successfully, but these errors were encountered: