Skip to content

Releases: ws-garcia/VBA-CSV-interface

CSV interface v1.1.5

01 Nov 23:22
85b817e
Compare
Choose a tag to compare
  • Fixed error treating CSV with blank field.
  • Fixed error CSV interface not fully compliance with RFC-4180

CSV interface v1.1.4

29 Oct 18:49
3e12e6e
Compare
Choose a tag to compare

-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

25 Oct 22:07
08ee3ad
Compare
Choose a tag to compare
  • Added DumpToSheetMethod

CSV interface v1.1.2

24 Oct 20:28
Compare
Choose a tag to compare
  • Added usage examples.
  • Fixed some broken links.
  • Deleted unneccesary files.

CSV interface v1.1.1

24 Oct 03:03
e07f718
Compare
Choose a tag to compare
  • Fixed .cls UTF-8 encoding.
  • Fixed missed enum.

CSV interface v1.1.0

24 Oct 01:51
dd29ef4
Compare
Choose a tag to compare
  • Fully compliant RFC-4180 standard.
  • Fixed bugs in the ImportFromCSV method.
  • Error handler subroutines enhanced.

CSV interface v1.0.1

16 Sep 03:13
b80e1d3
Compare
Choose a tag to compare
  • 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