ExcelProvider
ExcelProvider copied to clipboard
This library is for the .NET platform implementing a Excel type provider.
### Description I have an [excel file](https://github.com/fsprojects/ExcelProvider/files/985950/TestBook.xlsx) with five rows (including headers). When reading it with the ExcelProvider, I get one extra empty row. Is this the expected behavior? ###...
### Description Program.fs(22,22): Error FS3033: The type provider 'ExcelProvider.ExcelProvider+ExcelProvider' reported an error: Could not create ExcelDataReader. Exception - Could not create ExcelDataReader. Exception - Method 'ICSharpCode.SharpZipLib.Zip.ZipEntry.IsCompressionMethodSupported' not found. (FS3033) ###...
### Description With the change to version 1.0.x the F# interactive is not able to find the designtime dll. It searches in the lib directory while it should be looking...
### Description The documentation as published at [](https://fsprojects.github.io/ExcelProvider/index.html) is out of date as of version 1. It is still referring to the old Fsharp.ExcelProvider namespace ### Repro steps Visit the...
### Description I have prepared a sample app which I can run successfully, but once I try to build a linux docker container using the provided Dockerfile I get the...
### Description The repo-vizualization github action creates a graphical visualization of the repo showing different folders and files that gives a quick overview of the structure of the project and...
### Description Using "master" as the name of the definitive branch is generally seen as non-inclusive and the industry is moving towards "main" as the default convention. ### Repro steps...
### Description I can't find any support for optional data within the TP - so I'm forced to fall back to working with strings and then converting to e.g. floats....
### Description In an Excel file with Sheet1, Sheet2, Sheet3, assuming each has a different type, and assuming the sheetname is given as an argument to the constructor: if the...
### Description I have a file with multiple sheets and they share the same structure. I would like to generate type from the first sheet and after that instantiate my...