Skip to content

Commit d66a7f7

Browse files
authored
Update getting_started.md
1 parent cc26050 commit d66a7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/home/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ description: "Introduction to the VBA CSV interface class."
2424

2525
In order to be able to use `CSVinterface.cls` within your project, please review the installation instructions by clicking the button below.
2626

27-
[Instalation](https://ws-garcia.github.io/VBA-CSV-interface/home/installation.html){: .btn .btn-green }
27+
[Installation](https://ws-garcia.github.io/VBA-CSV-interface/home/installation.html){: .btn .btn-green }
2828

2929
The CSV files are special kind of tabulated plain text data container widely used in data exchange. There is no globally accepted standard format for that kind of files, however, out there are well formed specs such as [RFC-4180](https://www.ietf.org/rfc/rfc4180.txt) proposed by The Internet Society.
3030
Although many solutions has been developed for work with CSV files into VBA, including projects from [@sdkn104](https://github.com/sdkn104/VBA-CSV) and [@Senipah](https://github.com/Senipah/VBA-Better-Array) on GitHub, the performance philosophy conduce me to the development of a VBA class module that allows users exchange data between VBA arrays and CSV files at superior speed for the VBA programing language.

0 commit comments

Comments
 (0)