Reputation: 155
I am using the Excel.Application COM object on my windows server.
Currently I am using :
$this->excel->Quit();
but it launches a diablog box asking to save.
I would like to know if we can force shutdown of the excel file without saving.
Edit : I could add that the file is in fact modified but I call a "Save as" before quitting.
Upvotes: 1
Views: 222