DataTable to Excel

  • Thread starter Thread starter bluewind44
  • Start date Start date
B

bluewind44

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.
 
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!
***************************
 
¤ 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:

http://tinyurl.com/ccede


Paul
~~~~
Microsoft MVP (Visual Basic)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top