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
I am trying to use PSExcel as a (much) faster way to pull data out of a shared workbook for use in my own analysis (PS) script. The problem is that someone always has the workbook open (for editing). Using the COM Object model, I was able to specify to open the workbook in read-only mode, so it didn't matter if someone else already had it open (in edit mode). Is there currently a way (or can a way be added) to open the workbook in read-only mode?
The text was updated successfully, but these errors were encountered:
Looks like this is definitely possible - ImportExcel will do it out of the box if it already meets your needs - otherwise, could adapt the changes from this commit by @francoislg
I'd totally take a pull request - otherwise, might be a little while until I get to it
I am trying to use PSExcel as a (much) faster way to pull data out of a shared workbook for use in my own analysis (PS) script. The problem is that someone always has the workbook open (for editing). Using the COM Object model, I was able to specify to open the workbook in read-only mode, so it didn't matter if someone else already had it open (in edit mode). Is there currently a way (or can a way be added) to open the workbook in read-only mode?
The text was updated successfully, but these errors were encountered: