G
Guest
I am exporting data to excel using ISAM Jet Database. and then invoking excel
using
Process.Start(fileName);
This works fine but if the excel file to which we are exporting is open then
the Excel does not open properly. Only the Title bar is loaded. and no sheets
are loaded. After that even if u close the application and try to reopen any
other file it will not open. I have to go to Task manager and then Kill
EXCEL.EXE Process then only excel will open again.
using
Process.Start(fileName);
This works fine but if the excel file to which we are exporting is open then
the Excel does not open properly. Only the Title bar is loaded. and no sheets
are loaded. After that even if u close the application and try to reopen any
other file it will not open. I have to go to Task manager and then Kill
EXCEL.EXE Process then only excel will open again.