You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Partially revert project structure changes (#856)
Returns project structure to independent modules instead of parentage model, as original packaging scheme relies on this structure
Delay and avoid expensive createCellDataForCell (#714)
Computing cell data shouldn't be done for all rows as it has a big
performance impact
With this change cell data is only created for sent cells and formulas
This change doesn't prevent the large json in some responses, but it
does prevent the extensive computing time on server-side which was
causing the 5 minutes time to first byte for the server request.
Fixes#713
Mark cells with formatting rules
Explicity import org.apache.poi.ss.formula #645 (#710)
Fix for issue #645
The import org.apache.poi.ss.formula is missing in the manifest. I have added an explicit import into the pom, which allows the spreadsheets.jar to run correctly on an OSGI server (such as Liferay 7.x)