https://bz.apache.org/bugzilla/show_bug.cgi?id=60302
--- Comment #4 from Greg Woolsey <[email protected]> --- (In reply to nicolaspohren from comment #2) > However, I find it strange that it works with XSSF or HSSF but not with > SXSSF (I forgot to mention this in the original post). So this shows that > there's a way to save the .xlsx file so that LibreOffice correctly updates > the formulas. I don't know how SXSSF works internally, but we are restricted > to using it because of memory usage. > Since you can see it working one way but not the other, you can compare the two outputs (XSSF/SXSSF) to see what changed for the same workbook definition. The files are just zipped XML file trees - unzip them and compare the trees. It could well be that somehow the "recalculate on open" flag is not written properly in one case, or something like that. Having example files that are generated by the two pathways from the same Java objects would be a good start for a test case. -- 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]
