excel-streaming-reader
excel-streaming-reader copied to clipboard
An easy-to-use implementation of a streaming Excel reader using Apache POI
Bumps org.sonarqube from 4.0.0.2929 to 5.0.0.4638. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.11.0. Release notes Sourced from org.mockito:mockito-core's releases. v5.11.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.11.0 2024-03-01 - 17 commit(s) by Aouichaoui Youssef, Franz Wong,...
So i'm replacing standard poi workbooks with this to avoid a memory issue on my application and I went and replaced the workbook building to workbook = StreamingReader.builder().open(inputStream); This was...
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...
Hello PJ. Thanks for pointing me to your fork I'm trying to parse the xlsx file which have some blank cells. My initial thought was that they have to be...
As shown in the picture below  workbook.getAllPictures gets the image data, but it doesn't seem to match a cell. So I went through the sheet's getDrawingPatriarch to get the...
Thank you for this library. Is it reasonable to expect this library to enable access to the first row in the first sheet, when the file is not yet completely...