Bug 56445 - Absent comments on some cells in a new sheet of a new Excel file
Summary: Absent comments on some cells in a new sheet of a new Excel file
Status: RESOLVED DUPLICATE of bug 56380
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-22 13:42 UTC by Lionel
Modified: 2014-05-12 19:40 UTC (History)
0 users



Attachments
Java Class file to run the bug and Excel file result. (59.82 KB, application/zip)
2014-04-22 13:42 UTC, Lionel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lionel 2014-04-22 13:42:03 UTC
Created attachment 31547 [details]
Java Class file to run the bug and Excel file result.

Creating some cells (100 lines of 20 cells), in a new sheet, in a new Excel file, adding a comment in each cell, at least, the comments of the first 976 cells have disappear in the file.

I have made a synthetic Java class, which is in the attachment, to present this bug.
Comment 1 Dominik Stadler 2014-05-12 19:40:18 UTC
There seems to be a hardcoded limit of 1024 comments currently which throws away older comments when more are added, see bug 56380, this one is likely a duplicate of that one.

*** This bug has been marked as a duplicate of bug 56380 ***