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

Skip out-of-window cells on formula evaluation #167

Merged
merged 1 commit into from
Sep 29, 2022

Conversation

AntonOellerer
Copy link
Contributor

When evaluating formulas of a workbook edited with the streaming xssf API, it might happen that cells have already been flushed. If that happens, the
evaluator throws an exception, as long as it has
not been set up to skip flushed cells.
This is configured in this commit

@AntonOellerer AntonOellerer self-assigned this Sep 29, 2022
When evaluating formulas of a workbook edited with
the streaming xssf API, it might happen that cells
have already been flushed. If that happens, the
evaluator throws an exception, as long as it has
not been set up to skip flushed cells.
This is configured in this commit
@AntonOellerer AntonOellerer merged commit 9c76817 into master Sep 29, 2022
@AntonOellerer AntonOellerer deleted the fix/skip-out-of-window-cells branch September 29, 2022 07:42
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

Successfully merging this pull request may close these issues.

None yet

1 participant