Board index » Web Programming » DataTable to Excel
|
Charry
|
|
Charry
|
DataTable to Excel
Web Programming403
Is there any way to convert Datatables to excel files? (xls, csv) I got the way to convert Datagrids to excel files but can't find to convert Datatables to excel files. plz, help me out. - |
| NoSpamMgbworld
Registered User |
Wed Oct 26 07:52:03 CDT 2005
Re:DataTable to Excel
I would create a XSLT that takes the DataTable data and converts it to an
HTML table. You can then easily change the doc type and output as Excel. Table cells will then render as Excel cells. -- Gregory A. Beamer MVP; MCP: +I, SE, SD, DBA *************************** Think Outside the Box! *************************** "bluewind44" wrote: QuoteIs there any way to convert Datatables to excel files? (xls, csv) |
| Paul
Registered User |
Wed Oct 26 11:11:09 CDT 2005
Re:DataTable to Excel
On 26 Oct 2005 01:03:55 -0700, "bluewind44" <bluewind44@gmail.com>wrote:
¤ Is there any way to convert Datatables to excel files? (xls, csv) ¤ ¤ I got the way to convert Datagrids to excel files ¤ but can't find to convert Datatables to excel files. ¤ Looks like there are several options: tinyurl.com/ccede">tinyurl.com/ccede Paul ~~~~ Microsoft MVP (Visual Basic) - |
