Support for PHP 8.2 and Laravel 10.0 #4320
netomarchiori
started this conversation in
General
Replies: 1 comment
-
|
Hi. You may want to use csv for imports because they can be read one line at a time without loading all file in memory. Also PHP Spreadsheet can't stream to disk unlike ExcelJS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been experiencing some issues when trying to upload a 11kb (2 columns, 250 rows) .xlsx file, it consumes all available memory and fails. Any ideas on how to troubleshoot this issue? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions