Skip to content

Releases: cfsimplicity/spreadsheet-cfml

v2.8.0

23 Mar 11:55
Compare
Choose a tag to compare

Enhancements

  • #181 Add "INT" to query column formats cast as numeric
  • #179 Provide a list of all predefined colours available to formatting methods

Fixes

  • #182 addInfo() not working with Streaming XLSX
  • #178 Color index lookup is using a deprecated enum class

v2.7.0

17 Feb 15:28
Compare
Choose a tag to compare

POI 4.1.2 and Apache Commons CSV 1.8 upgrades

v2.6.0

28 Nov 17:07
Compare
Choose a tag to compare
  • Enhancements
    #174 Add getColumnWidth() and getColumnWidthInPixels()
  • Fixes
    #173 Specifying a custom DATETIME date format mask seems to have no effect
    #172 In ACF query column case and order is not preserved
    #171 Using autoSizeColumns with a Streaming XLSX workbook causes an exception

v2.5.0

21 Nov 17:43
Compare
Choose a tag to compare

#170 Upgrade POI to 4.1.1. Includes performance improvements while writing large xlsx files.
#169 Improve handling of clearly non-date values which Lucee will parse as dates far in the future

2.4.0

11 Aug 07:58
Compare
Choose a tag to compare

#167 and #168 Improved control over sheet print options.

Version 2.2.1

10 Jul 07:20
Compare
Choose a tag to compare

#164 Upgrade Apache Commons CSV to 1.6
#166 Bug fix: autoSizeColumn - key [columnIndex] doesn't exist in argument scope

Version v2.2.0

05 Feb 08:56
Compare
Choose a tag to compare

#163 Upgrade POI to 4.1.0
#162 Support decryption of encrypted binary (XLS) spreadsheets. Add support for decryption in ACF.