Unable to add more than one cell comment #2779
Labels
No Label
DBF
Dates
Defined Names
Features
Formula
HTML
Images
Infrastructure
Integration
International
ODS
Operations
Performance
PivotTables
Pro
Protection
Read Bug
SSF
SYLK
Style
Write Bug
good first issue
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#2779
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I m trying to add cell comments in my angular project but and error pop shows
What version of Excel are you using? Can you share the bad file as well as the comment structure for one of the comments that was removed?
Excel recently changed how comments worked, and SheetJS shifted to support the new threaded comments, so it's possible the fallback isn't compatible with some older versions.
Thank you for responding i have used the latest version now I'm not getting error, but Thereaded comments are coming blank now
What version of Excel are you using?
Also, can you test the attached file? comments_example.xlsx
It was generated as follows:
The updated logic is now aligned with how the Pro builds write comments.
SheetJSThreadedComments.xlsx
small example generated using the same example code. That should have visible comments both in Excel 2019 and in older versions of Excel. If the file is showing blank comments or looks corrupted, let us know what version of Excel you are using.