Skip to content

Releases: miraisolutions/xlconnect

XLConnect 1.0.1

23 Mar 17:22
1c3ce91
Compare
Choose a tag to compare

1.0.1

  • Reintroduce java version check

In 1.0.0:

  • Update to apache POI 4.1.1
  • Download missing dependency jars on installation instead of including them in the package.

1.0.0

20 Mar 14:45
5170ba8
Compare
Choose a tag to compare
1.0.0 Pre-release
Pre-release

Release 1.0.0

  • Update to apache POI 4.1.1
  • Download missing dependency jars on installation instead of including them in the package

XLConnect 0.2-15

17 Jan 13:50
Compare
Choose a tag to compare
  • Upgraded XLConnectJars dependency to version 0.2-15
  • Rely on Java version check from XLConnectJars which now supports Java 10

XLConnect 0.2-14

23 Jan 17:08
Compare
Choose a tag to compare
  • Moved to Apache POI 3.17
  • Upgraded XLConnectJars dependency to version 0.2-14
  • Fixed Java version specification in system requirements
  • Checking Java version at runtime according to CRAN requirements
  • Added existsCellStyle to check for existence of cell styles (#71)
  • Added getOrCreateCellStyle combinator (#14, #71)
  • Updates to vignettes

XLConnect 0.2-13

16 May 05:55
Compare
Choose a tag to compare
  • Upgraded to Apache POI 3.16
  • Performance improvements to setCellStyle for large row/col vectors
  • Added support for setting hyperlinks
  • Fixed issue with missing classes when opening password protected files (#61)
  • Upgraded to XLConnectJars 0.2-13

XLConnect 0.2-12

26 Jun 16:33
Compare
Choose a tag to compare
  • Moved to Apache POI 3.15-beta1
  • Upgraded to Apache Commons Codec 1.10
  • Upgraded XLConnectJars dependency to version 0.2-12
  • Fixed an issue with formula cell evaluation
  • New feature: ability to read password protected files
  • Add additional imports to NAMESPACE as future versions of R will only have the base package attached when performing 'R CMD check'
  • Fixed github issue #52: useCachedValues=TRUE shows formulas instead of values
  • Fixed github issue #49: if region has only 2 columns then can't set first column as rownames (thanks to EldarAgalarov and Deleetdk)
  • Fixed github issue #53: 1904 date system in mixed columns (thanks to waternova)
  • Added ability to skip end rows and columns on import from worksheet (#29; thanks to psychemedia for the feature request)
  • Fixed an issue with writeNamedRegion where named regions for 0-row data.frames have been defined with an extended empty row