Board index » Web Programming » DataTable to Excel

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.


-
 

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:



Quote
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.





-

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)

-