Releases: nbbrd/spreadsheet4j
Releases · nbbrd/spreadsheet4j
Release v2.5.9
Release v2.5.8
Release v2.5.7
Release v2.5.6
Release v2.5.3
2.5.3 - 2023-09-04
Fixed
- Fix potential bugs related to system settings
Changed
- Bump SODS from 1.5.1 to 1.6.2
- Bump fastexcel from 0.14.0 to 0.15.7
- Bump jsoup from 1.15.3 to 1.16.1
- Remove spreadsheet-xl dependency from spreadsheet-poi
Release v2.5.2
2.5.2 - 2022-10-28
Changed
- Improve
FastExcelBookFactory
name
Fixed
- Fix dependency inheritance in BOM
Release v2.5.1
2.5.1 - 2022-06-20
Fixed
- Fix javadoc generation on module
spreadsheet-fastexcel
2.5.0 - 2022-06-17
Added
- Add lightweight xlsx writer #5
Changed
- Deprecate
Sheet#inv()
- Deprecate
Book.Factory#load(URL)
- Deprecate
Cell
,Sheet#getCell(int,int)
,Sheet#forEach(SheetConsumer)
- Replace
Book#getSheetCount()
withBook#getSheetCount2()
Release v2.4.0
2.4.0 - 2022-06-14
Added
- Add
module-info.java
tospreadsheet-poi
- Add media types to identify spreadsheet types
- Add sorting of book factories by rank
Changed
- Move Excel native reader to its own module (
spreadsheet-xl
)
Release v2.3.0
2.3.0 - 2022-06-08
Added
- Add Maven BOM
Fixed
- Fix issues with high memory usage (SODS)
- Fix Zip64 issue (POI)
- Fix invalid file lock on Windows+JDK8 (POI)
v2.2.6
Bugfix release:
- Migration to Maven-Central
Breaking change:
- Maven groupId is now
com.github.nbbrd.spreadsheet4j