Releases: pjfanning/excel-streaming-reader
Releases · pjfanning/excel-streaming-reader
v4.0.0
This is basically the same as the v4.0.0-RC1 release with an additional upgrade of poi-shared-strings (which only updated the h2 db jar).
What's Changed
- make sheet name lookup case insensitive to match XSSFWorkbook usage by @pjfanning in #105
- Refactor sheet package code by @pjfanning in #107
- support getting sheets by position as well as by iterator by @pjfanning in #108
- StreamingSheet: Allow multiple iterations by @daniel-shuy in #109
- add concurrent read test by @pjfanning in #111
- try to allow getting a sheet by name without loading all sheets by @pjfanning in #112
- StreamingSheet: Allow multiple iterations tests by @daniel-shuy in #113
- Row style support by @pjfanning in #116
- add Row style test by @pjfanning in #117
- Hyperlink test by @pjfanning in #118
- Bump poi-shared-strings from 2.5.2 to 2.5.3 by @dependabot in #120
New Contributors
- @daniel-shuy made their first contribution in #109
Full Changelog: v3.6.1...v4.0.0
v4.0.0-RC1
This is a release candidate and has some pretty big changes to the internal code. Users who are happily using older versions should feel no need to upgrade just yet.
What's Changed
- make sheet name lookup case insensitive to match XSSFWorkbook usage by @pjfanning in #105
- Refactor sheet package code by @pjfanning in #107
- support getting sheets by position as well as by iterator by @pjfanning in #108
- StreamingSheet: Allow multiple iterations by @daniel-shuy in #109
- add concurrent read test by @pjfanning in #111
- try to allow getting a sheet by name without loading all sheets by @pjfanning in #112
- StreamingSheet: Allow multiple iterations tests by @daniel-shuy in #113
- Row style support by @pjfanning in #116
- add Row style test by @pjfanning in #117
- Hyperlink test by @pjfanning in #118
New Contributors
- @daniel-shuy made their first contribution in #109
Full Changelog: v3.6.1...v4.0.0-RC1
v3.6.1
v3.6.0
What's Changed
- POI 5.2.1 release
- Bump log4j-to-slf4j from 2.17.1 to 2.17.2 by @dependabot in #100
Full Changelog: v3.5.0...v3.6.0
v3.5.0
v3.4.2
- Fix module name added in v3.4.1 - now set to
com.github.pjfanning.excelstreamingreader - small refactor to avoid creating extra XSSFRichTextStrings instances for shared string entries
Full Changelog: v3.4.1...v3.4.2
v3.4.1
v3.4.0
v3.3.2
- Sonarqube suggestions
- Upgrade poi-shared-strings and h2 dependencies
Full Changelog: v3.3.1...v3.3.2
v3.3.1
- Upgrade poi-shared-strings and its h2 dependency due to CVE-2021-23463
- Upgrade to log4j-api 2.17.1
Full Changelog: v3.3.0...v3.3.1