Exceptions Handeling

I need to capture specific events that occur when processing spreadhseets. One is if the user is attempting to open a password protected workbook, which you currently don’t support. I do not see anywhere in your documentation where you describe any custom exceptions that you throw for various events.

I even checked the Exception type after attempting the above and there was only the text in the description. Do you have custom exceptions or do I have to determine specific errors by parsing the exception message?

We will add custom exception class in the future release. It will take about 4-6 weeks. Thanks for your patience.