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

--- Comment #11 from Yegor Kozlov <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to