cfsimplicity / spreadsheet-cfml

Standalone library for working with spreadsheets and CSV in CFML
MIT License
126 stars 35 forks source link

Add writeCsv() #346

Closed cfsimplicity closed 9 months ago

cfsimplicity commented 9 months ago

Replace queryToCsv() with a more flexible csv generator which can also handle arrays of arrays or structs.

This would complement readCsv() and similarly provide access to the full range of Apache Commons CSV options.