Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReadOnly #61

Open
srsugg opened this issue Aug 1, 2017 · 1 comment
Open

ReadOnly #61

srsugg opened this issue Aug 1, 2017 · 1 comment

Comments

@srsugg
Copy link

srsugg commented Aug 1, 2017

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?

@RamblingCookieMonster
Copy link
Owner

Hiyo!

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

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants