You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/home/getting_started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Although many solutions has been developed for work with CSV files into VBA, inc
33
33
Starting on the version 3 of the VBA CSV interface library, the design philosophy changes from speed to usefulness and power when working with "big" files through streams. Despite this, the library still been a fast CSV/TSV file parser for VBA.
34
34
35
35
## Usage
36
-
Refer to the [importation](https://ws-garcia.github.io/VBA-CSV-interface/examples/importation-examples.html) and [exportation](https://ws-garcia.github.io/VBA-CSV-interface/examples/exportation-examples.html) examples to familiarize yourself with the interface.
36
+
Refer to the [project home page](https://github.com/ws-garcia/VBA-CSV-interface) examples to familiarize yourself with the interface.
0 commit comments