Skip to content

Commit 7a6f4aa

Browse files
committed
Update getting_started.md
1 parent 05056d3 commit 7a6f4aa

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
@@ -99,7 +99,7 @@ ENC = CSVix.FileEncoding
9999
>{: .text-grey-lt-000 .bg-green-000 }
100100
>Since the v2.0.0 of the `CSVinterface` we adopted the variant data Type array for internals data storage. Is well-known that this data Type has the worst performance in the VBA universe, but we desire bring to user the possibility to work with jagged arrays and let the class pay the cost in performance by that choice.
101101
>
102-
>However, if you need more data processing performance and not want support to jagged arrays, you can download [this version]( https://github.com/ws-garcia/VBA-CSV-interface/releases/tag/1.1.6) of the `CSVinterface` class.
102+
>However, if you need more data processing performance and not want support to jagged arrays, you can download [this version](https://github.com/ws-garcia/VBA-CSV-interface/releases/download/1.1.6/VBA-CSV-interface-1.1.6.zip) of the `CSVinterface` class.
103103
{: .text-grey-dk-300 .bg-grey-lt-000 }
104104

105105
The benchmark provided here is focused on the supposed most critical operation, this is the parse one for many authors. Although, benchmark for the exportation procedure is given on.

0 commit comments

Comments
 (0)