https://bz.apache.org/bugzilla/show_bug.cgi?id=61832
--- Comment #16 from PJ Fanning <[email protected]> --- I have the initial work done on a prototype version of SharedStringTable that can be used in SXSSF to reduce the memory footprint. The Pull Request is for discussion as opposed to suggesting this work is anywhere close to being merged yet. https://github.com/apache/poi/pull/85 The general idea is to put the shared string data in an H2 MVTable backed by a temp file. This is not done yet. -- 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]
