https://issues.apache.org/bugzilla/show_bug.cgi?id=53130

--- Comment #10 from Martin Andersson <[email protected]> ---
Hi,

I need this patch too. I'm willing to dig in and help if needed.

What concerns me though is that the new contructor

SXSSFWorkbook(XSSFWorkbook workbook, int rowAccessWindowSize, boolean
useSharedStringsTable)

conflicts with the old

SXSSFWorkbook(XSSFWorkbook workbook,
             int rowAccessWindowSize,
             boolean compressTmpFiles)

That's going to break things for users upgrading poi after this patch.

All these constructors are quite confusing. Why not add only one with all four
options?

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