Hi all,
I'm translating my html report to Excel in the old fashion way
everything works fine but the excel ignores the "width" attributes and also the cellpadding and cellspacing... I did the same thing before using ASP CLASSIC and i didn't this problem...Code:Response.AddHeader("Content-Disposition", "attachment;filename=report.xls");
Response.ContentType = "application/vnd.ms-excel";
any advice, idea, thought will be highly appreciated!
Thanks!
Moti L.
