excel-streaming-reader
excel-streaming-reader copied to clipboard
change to using checked exceptions
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