Skip to content
New issue

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

Increasing memory usage #151

Open
jonanthonii opened this issue Mar 2, 2024 · 3 comments
Open

Increasing memory usage #151

jonanthonii opened this issue Mar 2, 2024 · 3 comments

Comments

@jonanthonii
Copy link

Is there any way to release the memory after reading because my memory usage keeps increasing. Just like PHPSpreadsheet has disconnectWorksheets() function to avoid memory issues.

@shuchkin
Copy link
Owner

shuchkin commented Mar 2, 2024 via email

@jonanthonii
Copy link
Author

Try readRows https://github.com/shuchkin/simplexlsx?tab=readme-ov-file#xlsx-read-huge-file-xlsx-to-csv сб, 2 мар. 2024 г., 06:20 Jon Anthony Genobaten @.>:

Is there any way to release the memory after reading because my memory usage keeps increasing. Just like PHPSpreadsheet has disconnectWorksheets() function to avoid memory issues. — Reply to this email directly, view it on GitHub <#151>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACNDYD4WPAD5J4SOHF6MOTYWELNPAVCNFSM6AAAAABECTJJS2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGE3DINBQGU2DCMQ . You are receiving this because you are subscribed to this thread.Message ID: @.
>

What's the difference of using readRows() instead of rows()?

@shuchkin
Copy link
Owner

shuchkin commented Mar 4, 2024

What's the difference of using readRows() instead of rows()?

There Generator inside

Use foreach

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants