You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to support opening an Excel file in read only mode when another user has it open in write mode?
With Excel, this situation will prompt the read only user that the file is locked and still allows them to open it in read only mode to view the content.
We would like to do the same with EPPlus by specifying read only mode such that our C# app can still read the file content.
Thanks,
Randall
The text was updated successfully, but these errors were encountered:
Hello,
Is it possible to support opening an Excel file in read only mode when another user has it open in write mode?
With Excel, this situation will prompt the read only user that the file is locked and still allows them to open it in read only mode to view the content.
We would like to do the same with EPPlus by specifying read only mode such that our C# app can still read the file content.
Thanks,
Randall
The text was updated successfully, but these errors were encountered: