cfsimplicity / spreadsheet-cfml

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

Allow datatype to be specified with addColumn() #373

Closed cfsimplicity closed 1 month ago

cfsimplicity commented 1 month ago

Add support to addColumn() for optional datatype argument which will override auto type detection for all values.