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 f7ab25b commit 67e62a3Copy full SHA for 67e62a3
docs/home/FAQ.md
@@ -20,11 +20,14 @@ However, using Power Query implies establishing a physical connection to each da
20
Yes. The VBA CSV interface library is composed of the following class modules:
21
22
* `CSVArrayList`
23
+* [`CSVcallBack`](https://github.com/ws-garcia/VBA-Expressions)
24
* `CSVdialect`
25
+* [`CSVexpressions`](https://github.com/ws-garcia/VBA-Expressions)
26
* `CSVinterface`
27
* `CSVparserConfig`
28
* `CSVSniffer`
29
* `CSVTextStream`
30
+* [`CSVudFunctions`](https://github.com/ws-garcia/VBA-Expressions)
31
32
Please review the [instalation page](https://ws-garcia.github.io/VBA-CSV-interface/home/installation.html).
33
0 commit comments