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

--- Comment #9 from Stefan Thurnherr <[email protected]> ---
Attaching an updated patch file with a refactored solution (after discussion on
DEV mailing list). Main aspects:
* AutoSizeColumnTracker is now completely internal and "hidden" behind Sheet
API
* by default SXSSF auto-sizing behaviour is identical to Apache POI 3.13 
* to get the fixed SXSSF auto-sizing behaviour, one must explicitly call
((SXSSFSheet)sheet).setAutoSizeTrackAllFlushedRows(true). This will track all
rows before they get flushed to disk
* Ability to manually add/remove rows to/from tracking is not implemented. This
should be handled in separate issue since it affects all types
(HSSF/XSSF/SXSSF)

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