Releases: ws-garcia/VBA-CSV-interface
Releases · ws-garcia/VBA-CSV-interface
CSV interface v1.1.5
- Fixed error treating CSV with blank field.
- Fixed error CSV interface not fully compliance with RFC-4180
CSV interface v1.1.4
-New feature: support for CSV files having commented lines in them. See Papa Parse project.
-New feature: support for CSV files having records with different number of fields.
-New feature: skip empty and blank lines into CSV
-Fixed error importing empty fields
-Improved error handler
-Added new CSV files for testing the class module
-Deprecated some internals functions
CSV interface v1.1.3
- Added DumpToSheetMethod
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