fsprojects / ExcelProvider

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

Full CRUD #45

Open yufan-at-arcadlon opened 6 years ago

yufan-at-arcadlon commented 6 years ago

It would be wonderful if this provider could achieve full CRUD (Create, Read, Update, Delete) on an Excel table. Currently I am using this for reading and OpenXML SDK for writing.

quintusm commented 2 months ago

Currently there are no plans to add writing capabilities. The provider would have to be extensively rewritten to enable this as it is based on a library that only provides read access to the files. I have updated the documentation to make it clearer that the typeprovider only provides read access.