C# Best way to read a XLS (XLSX) file and populate a datagrid
- by LeeW
Hi all,
What is the best (free or paid for) to read Excel files (XLS and XLSX) using C# and populate a datagrid, I would also like to have any changes made in the datagrid be written back to the file.
This would be used for a commercial application so it would need to be distributable.
Thanks
Lee