Skip to content

Commit 99edea3

Browse files
authored
Update getting_started.md
1 parent a3b8129 commit 99edea3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/home/getting_started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ description: "Introduction to the VBA CSV interface class."
2222
{:toc}
2323
</details>
2424

25-
In order to be able to use `CSVinterface.cls` within your project, please review the [installation instructions](https://ws-garcia.github.io/VBA-CSV-interface/home/installation.html).
25+
In order to be able to use `CSVinterface.cls` within your project, please review the installation instructions by clicking the button below.
26+
[Instalation](https://ws-garcia.github.io/VBA-CSV-interface/home/installation.html){: .btn .btn-green }
2627

2728
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.
2829
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)