Standalone library for working with spreadsheets and CSV in CFML
Stars
138
Forks
40
Watchers
138
Open Issues
20
Overall repository health assessment
No package.json found
This might not be a Node.js project
1.1k
commits
5
commits
3
commits
3
commits
1
commits
1
commits
1
commits
1
commits
1
commits
1
commits
Add bounds checking to default missing trailing cells to empty string when reading into an array of structs. Fixes #446
9bd4e10View on GitHubif a data row has blank cells in the trailing columns, POI omits those cells from the row, producing a row array shorter than the header array.
3ac7edaView on GitHubReadCSV(): add option to return a query object Fixes #444
f3634cdView on GitHubData validation: Allow the 'Ignore blanks' or 'Allow empty cells' flag to be turned off Fixes #438
2051771View on GitHubData validation: support custom constraints using formulas Fixes #437
539a021View on GitHub