[Bug 62581] If source sheet of cloneSheet has comments, adding more comments creates inconsistant xlsx

2020-02-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62581 --- Comment #2 from bschuhmac...@ubpartner.com --- A related problem regarding cloneSheet with comments is that removing the comment from the cloned sheet produces a NullPointerException in XSSFCell.java:1087 (POI 4.1.1) Attached a sample to re

[Bug 62581] If source sheet of cloneSheet has comments, adding more comments creates inconsistant xlsx

2020-02-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62581 --- Comment #3 from bschuhmac...@ubpartner.com --- Created attachment 36997 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36997&action=edit Test case -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 62581] If source sheet of cloneSheet has comments, adding more comments creates inconsistant xlsx

2018-07-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62581 Ed Holland changed: What|Removed |Added URL||https://stackoverflow.com/q

[Bug 62581] If source sheet of cloneSheet has comments, adding more comments creates inconsistant xlsx

2018-07-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62581 --- Comment #1 from PJ Fanning --- I suspect it would be better to rewrite cloneSheet to use the XSSF APIs to create a new sheet and to copy the data and comments from the source sheet instead of trying to work at the low-level CT generated cla