S
Sze
My web application works fine in my PC and create the excel sucessfully.
However, When I publish to the client server (Didn't got MS office), It
seems can't create excel .
Is that true ?
My Code is
Dim oSheet As Object
oExcel = Server.CreateObject("Excel.Application")
oBook = oExcel.Workbooks.Add
The error show as below :-
System.Web.HttpException: Could not create an object of type
'Excel.Application'.
However, When I publish to the client server (Didn't got MS office), It
seems can't create excel .
Is that true ?
My Code is
Dim oSheet As Object
oExcel = Server.CreateObject("Excel.Application")
oBook = oExcel.Workbooks.Add
The error show as below :-
System.Web.HttpException: Could not create an object of type
'Excel.Application'.