Releases: pjfanning/excel-streaming-reader
Releases · pjfanning/excel-streaming-reader
v4.1.0
What's Changed
- poi-shared-string 2.6.0
- Bump mockito-core from 4.9.0 to 4.10.0 by @dependabot in #163
- Bump org.cyclonedx.bom from 1.7.2 to 1.7.3 by @dependabot in #164
- Bump mockito-core from 4.10.0 to 4.11.0 by @dependabot in #165
- Bump org.cyclonedx.bom from 1.7.3 to 1.7.4 by @dependabot in #170
- Bump org.sonarqube from 3.5.0.2730 to 4.0.0.2929 by @dependabot in #171
- Bump io.github.gradle-nexus.publish-plugin from 1.1.0 to 1.2.0 by @dependabot in #173
- Bump io.github.gradle-nexus.publish-plugin from 1.2.0 to 1.3.0 by @dependabot in #174
- add NiFi link by @pjfanning in #183
- gradle-wrapper-action v1 by @pjfanning in #184
- Update scorecards.yml by @pjfanning in #185
- Update scorecards.yml by @pjfanning in #186
- Update sonarcloud.yml by @pjfanning in #187
Full Changelog: v4.0.5...v4.1.0
v4.0.5
v4.0.4
What's Changed
- Bump org.cyclonedx.bom from 1.7.1 to 1.7.2 by @dependabot in #149
- Fix issue with shared formulas that have no cell references by @rlconst in #150
New Contributors
Full Changelog: v4.0.3...v4.0.4
v4.0.3
- Upgrade poi-shared-strings and commons-text
Full Changelog: v4.0.2...v4.0.3
v4.0.2
What's Changed
- Bump mockito-core from 4.4.0 to 4.5.0 by @dependabot in #122
- Bump mockito-core from 4.5.0 to 4.5.1 by @dependabot in #123
- Bump org.cyclonedx.bom from 1.5.0 to 1.6.0 by @dependabot in #124
- Bump mockito-core from 4.5.1 to 4.6.0 by @dependabot in #125
- Bump org.cyclonedx.bom from 1.6.0 to 1.6.1 by @dependabot in #126
- Bump mockito-core from 4.6.0 to 4.6.1 by @dependabot in #127
- Bump org.sonarqube from 3.3 to 3.4.0.2513 by @dependabot in #128
- Bump log4j-to-slf4j from 2.17.2 to 2.18.0 by @dependabot in #129
- Bump org.cyclonedx.bom from 1.6.1 to 1.7.0 by @dependabot in #130
- Update README.md by @cfsimplicity in #131
- remove unnecessary log statement by @pjfanning in #135
- Bump mockito-core from 4.6.1 to 4.7.0 by @dependabot in #133
- Bump mockito-core from 4.7.0 to 4.8.0 by @dependabot in #139
- Poi 5.2.3 by @pjfanning in #142
- prep 4.0.2 release by @pjfanning in #143
New Contributors
- @cfsimplicity made their first contribution in #131
Full Changelog: v4.0.1...v4.0.2
v4.0.1
- Some more changes to the internals. Users should probably skip v4.0.0 and use this instead.
- Main change is that text lookups to shared string table become lazier (ie the cell data is not retrieved until it is needed, but the shared string table is still parsed eagerly)
Full Changelog: v4.0.0...v4.0.1
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