ExcelProvider icon indicating copy to clipboard operation
ExcelProvider copied to clipboard

This library is for the .NET platform implementing a Excel type provider.

Results 28 ExcelProvider issues
Sort by recently updated
recently updated
newest added

Hi, thank you for the library. It's very useful. I'm using a lot of Structured References (also called "Table Name") in my Excel Sheets for different reasons. In VBA, I...

enhancement

I'd like to be able to select a range of cells from a fixed top-left and supply the right-most column, but not the number of *rows* e.g. Instead of ``A2:B99``...

enhancement

I'm currently in a scenario where I'm trying to read the raw text of a formula and parse out a bit of info from it (which is less than ideal,...

### Supporting google sheets? I think it would be interesting for the provider to support manipulation of online googlesheet data https://www.google.com/sheets/about/ what do you think :)

question
wontfix

### Description I don't know how many rows the TP reads before attempting to infer column types, but it is not enough. Type inference is frequently incorrect because the TP...

enhancement

Occurs if enumerate all rows. As a workaround i have selected the entire column and set format to text System.InvalidCastException: Unable to cast object of type 'System.Double' to type 'System.String'....

bug

Is there any way (or plans) to allow setting Globalization settings when reading sheets? If you use ``ForceString = true``, it *appears* to return the data in the OS culture,...

enhancement

### Description The assembly from the nuget package is named `ExcelProvider.Runtime.dll`, which disagrees with the current documentation, and seems accidental/odd. Either the docs need to be updated (see issue #64)...

A CI build on Mac OSX using Mono 3.4.0 has been set up The main type provider builds but the build is failing when building the tests, see https://travis-ci.org/fsprojects/ExcelProvider/builds/35113927 for...

enhancement

### Description Intellisense for a fsx file shows error after changing column names in excel template file. ### Repro steps Create an Excel template file with columns A and B...

bug