How do I convert a datatable to Excel sheets in windows forms using c#
Posted
by cmrhema
on Stack Overflow
See other posts from Stack Overflow
or by cmrhema
Published on 2010-04-19T15:48:18Z
Indexed on
2010/04/19
15:53 UTC
Read the original article
Hit count: 228
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
© Stack Overflow or respective owner