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

Formulas hangs on opening file with full-range formulas #73

Closed
aglim opened this issue Apr 1, 2021 · 1 comment
Closed

Formulas hangs on opening file with full-range formulas #73

aglim opened this issue Apr 1, 2021 · 1 comment
Assignees

Comments

@aglim
Copy link

aglim commented Apr 1, 2021

I have run into issue with full-range formulas like =SUM(A:A).

Formulas hangs in finish() method forever when loading attached example file:

xl_model = formulas.ExcelModel().loads("01.xlsx").finish()

01.xlsx

(Now I am using this gist to set timeout for inputs like this)

@vinci1it2000
Copy link
Owner

The new release improves the performance for parsing full ranges from 23 secs to about 3 secs.

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

No branches or pull requests

2 participants