I want to read already open excel file with C#. I am using this method but it can\'t read the excel file while the file is open in Microsoft excel.
FileStre
To open the same file more than once at the same time, it needs to be opened in shared mode.
Hope this may help others.