Skip to content

Releases: Alipsa/spreadsheets

Ver 1.3.4

12 Apr 20:31
Compare
Choose a tag to compare
  • Add support for import of multiple sheets at once
  • Upgrade to java 11
  • Upgrade apache poi dependencies

Ver 1.3.3

06 Mar 15:09
Compare
Choose a tag to compare
  • make ods import behave similar to excel when importing percentages (i.e import it as a decimal e.g. 0.54 instead of 54%)
  • improve test: check that column headers are imported correctly
  • upgrade poi and slf4j

Ver 1.3.2

30 Jan 13:12
Compare
Choose a tag to compare
  • Change data.frame creation of row.names to be future-proof by replacing the RowNamesVector with a ConvertingStringVector
  • update poi, logging and some plugin versions

Ver 1.3.1

22 Aug 15:46
Compare
Choose a tag to compare
  • upgrade dependencies (notably SODS which in version 1.4 has a greatly reduced memory footprint)

Ver 1.3

21 Feb 21:24
Compare
Choose a tag to compare
  • close workbook properly when calling getSheetNames()
  • upgrade SODS and poi versions

Ver 1.2

02 Aug 12:55
Compare
Choose a tag to compare
  • Changed from primitives to Object wrappers (int -> Integer etc.) so that we can correctly return NULL for missing values (which will be NA in the data.frame).
  • Allow export to update existing file.

Ver 1.1

31 May 12:37
Compare
Choose a tag to compare
  • Added exportSpreadsheets to export multiple data.frames in one go
  • Made the api more consistent: always start with filePath if part of the arguments.
  • renamed columnIndex() to as.columnIndex() and columnName() to as.columnName()
  • renamed sheetName() to getSheetName()
  • Added more tests.
  • Fixed tests that left residuals outside of target dir
  • Expanded docs

Ver 1.0

27 May 17:49
Compare
Choose a tag to compare

Various methods to read information from and write to spreadsheets in Renjin R. Supports xls, xlsx, and ods files. See readme for details.