Hello, I'm using poi (HSSF) to generate/alter some excel files and in this process I want to tag some cells with comments. It seems that the maximum number of comments is 1023? As a simple testcase I tried to create cell comments in a loop for the first column. Before saving the workbook cell.getCellComment() return my comments for all the rows. But after saving/reloading to/from disk not all the comments exist (for example if I generate comments from row 1 to 1030 after loading the saved file I have comments starting from row 6 to 1029). It's like only the last 1023 comments are actually saved.
Can anyone help me with an answer? Is there a limitation? Thank you. -- View this message in context: http://apache-poi.1045710.n5.nabble.com/xls-maximum-number-of-comments-tp5715408.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
