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

Opening new workbook only if not already open #6

Closed
randomee opened this issue Sep 28, 2016 · 3 comments
Closed

Opening new workbook only if not already open #6

randomee opened this issue Sep 28, 2016 · 3 comments

Comments

@randomee
Copy link

Right now, if I open a workbook, then try to open it again, R hangs while excel asks if I want to re-open & discard changes.

It'd be really nice if there were a wrapper to open a file if and only if it's not open yet. A singleton pattern of sorts.

I know I can wrap xl.workbook.open to call/check xl.workbooks 1st, but it seems it would be common issue.

Thanks!

@gdemin
Copy link
Owner

gdemin commented Sep 28, 2016

Ok, I will fix it in the next version/

@randomee
Copy link
Author

great. Thanks!

@gdemin
Copy link
Owner

gdemin commented May 1, 2017

Fixed in version 0.9.7

@gdemin gdemin closed this as completed May 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants