We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
When I load a slide with many images in PHPPresentation, Out of memory sometimes occurs.
To address this issue, I would like to have an option to not load images.
If I implement this feature and submit a pull request, is there any chance it will be merged?
The text was updated successfully, but these errors were encountered:
@kibehiro yes of course
Sorry, something went wrong.
@Progi1984 I did not notice your reply. Sorry about that. I will modify the PhpSpreadSheet option as a reference.
Usage
$reader->load($inputFileName, IReader::IGNORE_EMPTY_CELLS | IReader::LOAD_WITH_CHARTS);
https://phpspreadsheet.readthedocs.io/en/latest/topics/reading-files/#spreadsheet-reader-options
Implementation image https://github.com/PHPOffice/PhpSpreadsheet/blob/master/src/PhpSpreadsheet/Reader/IReader.php
Please let me know if you have any concerns. Thanks!
No branches or pull requests
Hi!
When I load a slide with many images in PHPPresentation, Out of memory sometimes occurs.
To address this issue, I would like to have an option to not load images.
If I implement this feature and submit a pull request, is there any chance it will be merged?
The text was updated successfully, but these errors were encountered: