Hello everybody,
in my program I open excel sheet by this command:
Runtime.getRuntime().exec("explorer " + excelSheetFilePath);
where excelSheetFilePath includes absolute path to my excel sheet. That sheet is correctly opened but after closing them Microsoft Excel is frozen. After a few seconds I got following message from Excel :
Microsoft Excel is waiting for another application to complete OLE action
Then I can kill the Excel by Task manager only.
What happened there?