excel-streaming-reader icon indicating copy to clipboard operation
excel-streaming-reader copied to clipboard

change to using checked exceptions

Open pjfanning opened this issue 1 year ago • 0 comments

Change the exceptions like ReadExcption and OpenException to not subclass RuntimeException and make them subclass Exception instead.

This will need a major release as it is not a backward compatible change.

See #227

pjfanning avatar Jan 18 '24 21:01 pjfanning