Add support for exception free usage of library #158
rickyviking
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
Hi @rickyviking - with |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As mentioned in issue 63, I understand the current behavior of the library is to throw an exception when trying to read a missing cell in a row.
I'd like to know if there's a safe way to check in advance and avoid running into the exception.
The reason is that I'm integrating the lib in a framework which disable exception handling by default.
Beta Was this translation helpful? Give feedback.
All reactions