https://bz.apache.org/bugzilla/show_bug.cgi?id=65562

--- Comment #4 from PJ Fanning <[email protected]> ---
I added r1903037 - this best effort - since the data is not all kept in memory,
the cell positions are used when they are added but if you delete some of them
before writing the sheet, this could lead to the values not being correct.

I added a method on SXSSFWorkbook to turn this calculation off. Up until now,
the dimension data for each sheet was added as just "A1" and this behaviour is
retained if you call setShouldCalculateSheetDimensions(false) on SXSSFWorkbook.

-- 
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]

Reply via email to