Hi all,
I am creating an excel file using "CreateObject("Excel.Application")" and saved it to disk using "oExcel.ActiveWorkbook.SaveAs(...)"
Also i am trying to open the excel file by setting Visible property true. oExcel.Visible = True
But the excel file is not opening. But i could still see excel process running in task manager.
Architecture:
Web Page -> Web Service -> Business Logic
In the Business logic, i am creating the excel file and trying to display it.
Am i missing anything.
Any advice is higly appreciated.
- Naga
I am creating an excel file using "CreateObject("Excel.Application")" and saved it to disk using "oExcel.ActiveWorkbook.SaveAs(...)"
Also i am trying to open the excel file by setting Visible property true. oExcel.Visible = True
But the excel file is not opening. But i could still see excel process running in task manager.
Architecture:
Web Page -> Web Service -> Business Logic
In the Business logic, i am creating the excel file and trying to display it.
Am i missing anything.
Any advice is higly appreciated.
- Naga