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

Returning exceptions as cell values instead of aborting execution #11

Closed
wants to merge 1 commit into from
Closed

Conversation

tgk
Copy link

@tgk tgk commented Oct 8, 2012

In the old version of the library, thrown exceptions while reading cells would terminate the entire operation, e.g. when selecting rows. The underlying framework throws quite a lot of exceptions, especially for unsupported formulas. This change returns the exception as the value of the cell.

…Instead of aborting all evaluation and throwing the exception (e.g. when reading a sequence of cells), the exception is returned as the cells value.
@mjul
Copy link
Owner

mjul commented Mar 23, 2015

This issue has been addressed by the merge of issue #33

@mjul mjul closed this Mar 23, 2015
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.

2 participants