Open Aurugorn opened 2 years ago
I am facing the same issue when uploading only 4 mb of file. php 7.3 "phpoffice/phpspreadsheet": "^1.23"
There's a big assumption you're making here; and that's the assumption that I can figure out what the problem is without any more information to go on., such as a sample file
This is:
What is the expected behavior?
To render the XLSX properly
$spreadsheet = $reader->load($filename);
What is the current behavior?
Timeout 503 service unavailable.
What are the steps to reproduce?
Create 140mb+ XLSX file, read with PHP
Please provide a Minimal, Complete, and Verifiable example of code that exhibits the issue without relying on an external Excel file or a web server:
Which versions of PhpSpreadsheet and PHP are affected?
Latest