Converts Excel formulas to FPCore expressions
- Clone this repository recursively; it uses git submodules. E.g,
$ git clone --recursive git@github.com:dbarowy/xl2fpcore.git
- Open the
xl2fpcore.sln
solution using Visual Studio. - Make sure that the
xl2fpcore console
is set as your startup project. - Click the
Start
button in Visual Studio to compile and run.
-
If you see errors about missing files and folders under
parcel/
, you did not clone recursively. Either reclone or executegit clone https://github.com/plasma-umass/parcel.git parcel/
-
If the build process complains about missing the
FPCore
namespace, you likely have a version conflict. In the Solution Explorer, locate the Project that has a problem, right-click on References, Add a NuGet Package, and addFSharp.Core
.
To use this project as a library, import the xl2fpcore
, ExcelParser
, FParsec
, and FParsecCS
projects.