HTMLTable Export to Excel

asn1981

Active member
Joined
Mar 15, 2005
Messages
38
Programming Experience
Beginner
Hi...
would anyone know how i could export a HTMLTable of a 6 columns (HtmlTableCell) and a number of rows (HtmlTableRow) to excel.
I have tried creating a comma delimited string of all the values for each row.
however other than this long winded way is there another better way to accomplish this export.
I cannot get the information in the form of a dataset, this is the reason why i havent used a datagrid and the use of a HTMLTable.
Thanks in advance
 
Back
Top