Export HTML to Excel
Hi,
I have a first.aspx page that has a iframe,the iframe's source is a HTML that is generated dynamically using XSLT transformations. The HTML page basically holds a table.
I want to export this table to a excel, on click of a button in the first.aspx page.
Initially i was trying to render the table to excel using Response.ContentType = "application/vnd.ms-excel";.
but i can't get the source of the iframe.
Can anyone please help?
Thanks for the help.
:)
|