Releases: cfsimplicity/spreadsheet-cfml
Releases · cfsimplicity/spreadsheet-cfml
v2.8.0
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
POI 4.1.2 and Apache Commons CSV 1.8 upgrades
v2.6.0
- 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
#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
#167 and #168 Improved control over sheet print options.
Version 2.2.1
#164 Upgrade Apache Commons CSV to 1.6
#166 Bug fix: autoSizeColumn - key [columnIndex] doesn't exist in argument scope
Version v2.2.0
#163 Upgrade POI to 4.1.0
#162 Support decryption of encrypted binary (XLS) spreadsheets. Add support for decryption in ACF.