Click to See Complete Forum and Search --> : converting html page to an excel sheet


ctmas
September 11th, 2003, 03:10 AM
hai,

i like to convert the entire html page to an excel sheet.
In asp we can do it by using the script
( response.contettype = "application/vnd.ms-excel" )

but here i am not using asp..just html page and vb script..

i like to know how it is possible..

ctmas..