AdRiley opened a new pull request, #920: URL: https://github.com/apache/poi/pull/920
This PR introduces a new API for reading data from xlsb files with their native types as opposed to the current methodology which returns everything as a formatted string. This is done via the introduction of a new callback handler XSSFBSheetContentsHandler which has typed callbacks. This change is backwards compatible with the existing API which is still present and works as it did before. This PR also adds support for reading the error codes from the xlsb file and returning the actual error. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
