Hi, I was thinking of implementing a type provider for Excel spreadsheets. It would function like the CSV type provider, where the data is expected to be a table with header rows. The advantage of a direct excel spreadsheet provider is that user wouldn't have to export the sheets. User could just work with their data in native form, then load it into their F# app when needed.
Hi, I was thinking of implementing a type provider for Excel spreadsheets. It would function like the CSV type provider, where the data is expected to be a table with header rows. The advantage of a direct excel spreadsheet provider is that user wouldn't have to export the sheets. User could just work with their data in native form, then load it into their F# app when needed.
It would be based on this: https://github.com/jcoliz/OfficeOpenXMLEasy
Would there be interest in this?