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

OpenFile hangs while reading a StarCalc spreadsheet #728

Closed
rbucker opened this issue Aug 4, 2021 · 1 comment
Closed

OpenFile hangs while reading a StarCalc spreadsheet #728

rbucker opened this issue Aug 4, 2021 · 1 comment

Comments

@rbucker
Copy link
Contributor

rbucker commented Aug 4, 2021

I recognize this is a longshot. I do not even know how to generate one of these files... but a friend asked me to convert one to CSV from XLSX but it used all RAM and all SWAP.... I would share the file if I could but I cannot. So let this be a placeholder for someone who might.

THANKS

@tealeg
Copy link
Owner

tealeg commented Aug 5, 2021

@rbucker high memory usage is a fairly common complaint, there is essentially one course of action you can try: pass xlsx.UseDiskVCellStore as the final parameter to OpenFIle.

Beyond that, the issue is fairly fundamental to the design of this library and is one of the key reasons it is no longer actively maintained.

@rbucker rbucker closed this as completed Aug 5, 2021
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