Skip to content

Releases: cfsimplicity/spreadsheet-cfml

v2.15.0

03 Mar 12:41
Compare
Choose a tag to compare
  • Add queryToCsv() and writeToCsv()
  • Add getPOIVersion()
  • ACF: Preserve case in column/header names generated by csvToQuery()

v2.14.0

20 Jan 12:45
Compare
Choose a tag to compare
  • Upgrade POI to 5.0.0
  • In Lucee use OSGi to load java classes instead of JavaLoader

v2.13.0

11 Dec 17:10
Compare
Choose a tag to compare

Support CSV custom delimiters in read() and downloadCsvFromFile()

v2.12.2

12 Nov 16:55
Compare
Choose a tag to compare

ACF2021 compatibility

v2.12.1

30 Oct 14:41
Compare
Choose a tag to compare

#206 Fix typo in downloadFileFromQuery()

v2.12.0

22 Oct 11:48
Compare
Choose a tag to compare
  • Add public createCellStyle() method
  • Fix and improve handling of tab delimited data handling in csvToQuery()

v2.11.1

09 Sep 19:08
Compare
Choose a tag to compare

Bugfix for isHex regex

v2.11.0

04 Sep 15:53
Compare
Choose a tag to compare

Includes more control over data types when adding rows, and support for hex colour values.

v2.10.0

14 Apr 15:38
Compare
Choose a tag to compare
  • Support for write encryption in ACF
  • Improvements to addAutoFilter()
  • Bug fixes with cell comment functionality

v2.9.0

03 Apr 14:09
Compare
Choose a tag to compare

Enhancements

  • #186 Add option to formatting methods to preserve existing cell styles
  • #184 Add support for DATETIME and DATETIME2 (MSSQL) database column types

Fixes

  • #185 Time only values do not respect custom TIME format specifying fractions of a second Fixes