We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f1f8a commit a3b8129Copy full SHA for a3b8129
docs/index.md
@@ -15,7 +15,7 @@ VBA CSV interface is a class module developed to accomplish the data exchange ta
15
## Advantages
16
* Writes and reads files at high speed.
17
* Supports those CSV's compliant with the RFC-4180 specs.
18
-* Supports commented lines, empty lines an blank ones. See [Papa Parse](https://www.papaparse.com/) project.
+* Supports commented lines, empty lines and blank ones. See [Papa Parse](https://www.papaparse.com/) project.
19
* User have the option to import only certain range of records from given CSV file.
20
* Auto exclude any quote mark when data is imported.
21
* Simple code logic that allows you easy modify and enhance it!
0 commit comments