fsprojects / FSharp.Data

F# Data: Library for Data Access
https://fsprojects.github.io/FSharp.Data
Other
816 stars 288 forks source link

Excel Spreadsheet type provider? #1416

Closed jcoliz closed 2 years ago

jcoliz commented 2 years ago

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?

sergey-tihon commented 2 years ago

Similar to this one? https://github.com/fsprojects/ExcelProvider

jcoliz commented 2 years ago

Nice! Thanks for the pointer.

cartermp commented 2 years ago

Closing this since I don't think we'll bring excel data formats into this repo.