Skip to content

Releases: ws-garcia/VBA-CSV-interface

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