Releases: miraisolutions/xlconnect
Releases · miraisolutions/xlconnect
XLConnect 1.0.1
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
XLConnect 0.2-15
- Upgraded
XLConnectJars
dependency to version 0.2-15 - Rely on Java version check from
XLConnectJars
which now supports Java 10
XLConnect 0.2-14
- 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
- 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
- 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