Flushing datatable to an Excel file...
Hi,
I'm working on an C# winforms application.
I am binding a datatable to a datagrid.
The user can do update, insert and delete operations on this grid.
I wanted to know how do I flush this datagrid to an excel file using Interop.
And,I wanted to know how to delete an Active Worksheet from an excel file using Interop.
Thanks in advance,
livehed
|