https://bz.apache.org/bugzilla/show_bug.cgi?id=61648
--- Comment #1 from Dominik Stadler <[email protected]> --- It fails because currently SXSSFSheet tries to use XSSFSheet for storing the array formulas, but this causes rows to be created in the sheet at SXSSFSheet._sh and this way some rows are written twice to the sheetX.xml file. Full support for array formulas is likely some more work as they will need to be kept in the SXSSFSheet and "merged in" whenever normal rows are written to the xml-file instead of being added to the XSSFSheet. -- 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]
