CSVDocument Class
A class that holds CSV data.
The CSVDocument class has the following features.
- All cell data is stored in one CSVDocument object and it is lightweight.
- You can freely add or delete rows and columns.
- Sorting, merging, and file input / output are possible.
Default properties and ValueType
The default property is Value. ValueType can be String, Number, Fixed, Date, UString. If ValueType is specified for UString, the internal character code will be Unicode. This is synonymous with specifying Unicode as the internal character code in the constructor.
Added since Version 5.0.3
