Releases: miraisolutions/xlconnect
Releases · miraisolutions/xlconnect
1.1.0
1.1.0.9999
What's Changed
- Bump szenius/set-timezone from 1.2 to 2.0 by @dependabot in #222
- Feature/#37 named by sheet by @spoltier in #216
Full Changelog: 1.0.10...1.1.0
Release 1.0.10
What's Changed
Full Changelog: 1.0.9...1.0.10
Release 1.0.9
What's Changed
- Use com.zaxxer.sparsebits.SparseBitSet instead of java.util.BitSet by @martinstuder in #213
- fix loadWorkbook to work with relative paths by @martinstuder, @spoltier in #214
Full Changelog: 1.0.8...1.0.9
1.0.8
XLConnect 1.0.7
Fix issue with loadWorkbook (#181).
XLConnect 1.0.6
- Fix building of vignettes (#154)
- Fix java version parsing (#156)
- Remove java version compatibility upper limit (#165)
- upgrade to POI 5.2.3 (#168)
- Fix setForceFormulaRecalculation / getForceFormulaRecalculation for R >= 4.2.0 (#170)
- Add overwriteFormulaCells parameter to writeNamedRegion, appendNamedRegion, writeWorkSheet (#173)
XLConnect 1.0.5
#149 Add support for java 17
XLConnect 1.0.4
Changes
- extend support to java 16
Bug fixes
- download missing dependency for POI 4.1.2 (#131 - thanks @hmamaysky for the test .xlsx)
- fix java version parsing (#136)
- fix onLoad failing in Windows (#132)
- fix PDF compression in github actions workflow (#140)
XLConnect 1.0.2
Changes
- Increase compatibility up to java 15 (#109, #112)
- resolve existing shared jars via package manager instead of via the file system
- upgrade java dependencies: commons compress (1.20) and commons codec (1.15)
Bug fixes
- fix missing jar dependency: poi-ooxml-schemas.jar (#103, #106) - thanks @gnbrganchan for contributing a proposal with unit tests.