How to get rid of progress dialog while saving excel file in c#
I’m trying to change and save Excel file in C#. Everything is ok, but a progress dialog appears while the file is being saved. How can I rid of this progress dialog – I have to run the code from Windows service.