Replies: 1 comment 1 reply
-
Did you try Symfony PSR cache using Redis? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used PHPExcel for years with no problems...then migrated to PHPSpreadsheet due to the upgrade of PHP Version. I mostly using it for reading/importing spreadsheet data, and, filling out spreadsheet templates and sending them to our users.
Regarding one of my templates....
With PHP Excel it took about 10-15 seconds to generate the spreadsheet, and, it never failed
With PHP Spreadsheet, I get the out of memory error all the time. I'm successful about 20% of the time and the other 80% i get the out of memory error. This is on a workbook that has about eight spreadsheets with 100 rows each. It seems to be very inconsistent.
I've implemented using Symfony PSR cache using an SQL server for for the cache files, and, i don't know whether it ever will actually complete. I've given up at 30 minutes about and tens of thousands of cached cells in the database.
How do i fix this?
Beta Was this translation helpful? Give feedback.
All reactions