Skip to content

Releases: miraisolutions/xlconnect

1.1.0

17 Sep 08:50
b99ea5a
Compare
Choose a tag to compare

What's Changed

  • Support for worksheet scoped names #37
  • Upgrade to Apache POI 5.3.0

Full Changelog: 1.0.10...1.1.0

1.1.0.9999

15 May 14:24
fa57988
Compare
Choose a tag to compare
1.1.0.9999 Pre-release
Pre-release

What's Changed

Full Changelog: 1.0.10...1.1.0

Release 1.0.10

07 May 08:56
3b50414
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.9...1.0.10

Release 1.0.9

23 Apr 08:54
38c4bb2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.8...1.0.9

1.0.8

30 Jan 18:22
eb8e7ea
Compare
Choose a tag to compare

What's Changed

  • log4j: explicitly set default context factory #189
  • POI 5.2.5 update xlc java and its dependencies #202
  • XLConnect-Java Refactoring & Updates #204

Full Changelog: 1.0.7...1.0.8

XLConnect 1.0.7

24 Jan 07:22
54494ae
Compare
Choose a tag to compare

Fix issue with loadWorkbook (#181).

XLConnect 1.0.6

04 Oct 10:38
e6f39f4
Compare
Choose a tag to compare
  • 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

09 Aug 09:13
Compare
Choose a tag to compare

#149 Add support for java 17

XLConnect 1.0.4

05 Aug 06:25
Compare
Choose a tag to compare

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

18 Feb 07:41
Compare
Choose a tag to compare

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.