https://issues.apache.org/bugzilla/show_bug.cgi?id=49966
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #2 from [email protected] 2010-11-08 06:03:00 EST --- The same issue still exists when executing XSSFSheet.html#removeRow According to the doc: All cells contained in the row are removed as well However, the calcChain entries are not deleted for each cell resulting in the issue described. Workaround is to manually remove all cells of the row before removing the row. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
