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

Feature Request: Support Google Sheets #73

Open jkone27 opened 4 years ago

jkone27 commented 4 years ago

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 :)

quintusm commented 4 years ago

It might be nice to have a google sheet provider. However, the way it works would be completely different from the ExcelProvider as the ExcelProvider works by manipulating the XLSX file whereas with Google Sheets you would have to work with some kind of online google api's so it does not make sense to implement as part of the ExcelProvider.