Skip to content

XLConnect 1.0.2

Compare
Choose a tag to compare
@spoltier spoltier released this 18 Feb 07:41
· 158 commits to master since this release

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.