Releases: ws-garcia/VBA-CSV-interface
Releases · ws-garcia/VBA-CSV-interface
CSV interface v1.1.2
- Added usage examples.
- Fixed some broken links.
- Deleted unneccesary files.
CSV interface v1.1.1
- Fixed
.cls
UTF-8 encoding. - Fixed missed enum.
CSV interface v1.1.0
- Fully compliant RFC-4180 standard.
- Fixed bugs in the ImportFromCSV method.
- Error handler subroutines enhanced.
CSV interface v1.0.1
- Added function to remove trailing spaces between records fields (beta, be aware of its slow speed).
- Speed optimization (up to 3% on importing method).
- Changed name of the class.
- Error handler subroutines enhanced.
- Fixed bugs in the GetDataFromCSV method