Hi dear all;
We use the "Set xl = Server.CreateObject("OWC.Spreadsheet")" object and
write 15200 characters(below 15200 characters there seems to be no problem)
then
Response.Buffer = TRUE
Response.ContentType = "application/vnd.ms-excel"
Response.Write xl.HTMLData
and try to open an excel document we get an error:"type mismatch"
(also bu using Set xl =CreateObject("Excel.Application","CORDOBA") and
create 15000 or more rows, process hangs..)
Can you help me on this problem please, thanks already...(is there a limitation)
--
Umut ŞAHİN