https://bz.apache.org/bugzilla/show_bug.cgi?id=69475
PJ Fanning <fannin...@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO OS| |All --- Comment #1 from PJ Fanning <fannin...@yahoo.com> --- sheet.trackAllColumnsForAutoSizing() -- should be called before create any rows. You don't need to call sheet.autoSizeColumn(0) if you are tracking all columns from all columns. If you insist on calling this - again, it must be called before you create and rows. The whole point of SXSSF code is to not keep all the data in memory. The streaming code needs to know in advance if you want to track sizes for auto sizing. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org