How do I convert a datatable to Excel sheets in windows forms using c#
- by cmrhema
Hi,
I am working on Windows Forms application , c#
I have three datatables.
I want to save the first table in Sheet1 of an excel , second table in Sheet2 of the same excel and the third in the Sheet3.
The names of these three sheets will remain the same, as Summary,Details and Retailers.
Can anyone please let me know how do I do this.
Regards
Hema