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

An easy-to-use implementation of a streaming Excel reader using Apache POI

Results 23 excel-streaming-reader issues
Sort by recently updated
recently updated
newest added

Bumps org.sonarqube from 4.0.0.2929 to 5.0.0.4638. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.sonarqube&package-manager=gradle&previous-version=4.0.0.2929&new-version=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...

dependencies

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,...

dependencies

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 ![image](https://user-images.githubusercontent.com/35919643/232415758-bd8c7a0d-d147-43d7-b7a5-f4db367714a8.png) 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...