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

--- Comment #11 from Yegor Kozlov <ye...@dinom.ru> ---
try to construct SXSSFWorkbook in a different way:

  wb = new SXSSFWorkbook(
    null, /* template workbook. pass null to start with a blank workbook */
    1000, /* size of the sliding window*/
    true, /* whether to compress temp files.*/
    true  /* whether to use shared string table*/
  );



not that it may increase the memory footprint, especially if the number of
distinct strings is large .

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

Reply via email to