Releases: cfsimplicity/spreadsheet-cfml
Releases · cfsimplicity/spreadsheet-cfml
v2.15.0
- Add
queryToCsv()
andwriteToCsv()
- Add
getPOIVersion()
- ACF: Preserve case in column/header names generated by
csvToQuery()
v2.14.0
- Upgrade POI to 5.0.0
- In Lucee use OSGi to load java classes instead of JavaLoader
v2.13.0
Support CSV custom delimiters in read() and downloadCsvFromFile()
v2.12.2
ACF2021 compatibility
v2.12.1
v2.12.0
- Add public createCellStyle() method
- Fix and improve handling of tab delimited data handling in csvToQuery()
v2.11.1
Bugfix for isHex regex
v2.11.0
Includes more control over data types when adding rows, and support for hex colour values.
v2.10.0
- Support for write encryption in ACF
- Improvements to
addAutoFilter()
- Bug fixes with cell comment functionality