For use in a project, use the following command in the Package Manager Console:
26 |PM> Install-Package ExcelProvider27 |
For use in an F# script, use the following directive:
28 |#r "nuget: ExcelProvider"29 |
For use in a project, use the following command in the Package Manager Console:
17 |PM> Install-Package ExcelProvider18 |
For use in an F# script, use the following directive:
19 |#r "nuget: ExcelProvider"20 |