fsprojects / ExcelProvider

This library is for the .NET platform implementing a Excel type provider.
http://fsprojects.github.io/ExcelProvider/
The Unlicense
141 stars 51 forks source link

Header Row skipped in .xls file #17

Closed isaacabraham closed 8 years ago

isaacabraham commented 9 years ago

I have an XLS file. Properties for this are shown as the values of the second row rather than the first row (which contains headers). If I save the file as a XLSX then the headers are correctly used.

pbbwfc commented 8 years ago

I tried this and could not find a problem. It also seems to be already included in the tests - see test

``Can load data from spreadsheet``

Is there an example available that does not work?