-
-
Notifications
You must be signed in to change notification settings - Fork 495
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
cannot open workbook by file name. #804
Comments
Your code is correct. Does Excel open when you do |
Thank for your reply. Yes it does. Today I commented line 2742--2753 in main.py and decrease the indentation of 2754, then everything works fine. But I don't know whether it has any side effect. |
I have the same issue with latest xlwings package. Unable to connect to existing workbook by name through the book or books command. |
When do downgrade to 0.11.5, does it work properly? |
I've not try it... I've try and response you... Thank you for answer! |
Unfortunately I could not find xlwings version 0.11.5... Could you please give me link for this package? |
I've found 0.11.5 version on following destination https://testpypi.python.org/pypi/xlwings. Now it seems that it works without problems. Thanks fr rapid reply! |
can you check if it fails again when you upgrade to 0.11.6 again? |
Unfortunately no success!!!((( The same error after upgrade to version 0.11.6. I've rollback to version 0.11.5. Could I write some questions regarding api directly on your email? Thank you! |
I found the same problem with 0.11.6. Fixed it after rollback to 0.11.5. |
Same issue, rolling back to 0.11.5 fixes it for me too. |
I'll look into it today. |
I've just released 0.11.7 that should fix this issue. |
My code:
Error
In _xlwindows.py Class Book
self.xl equals to None
Python 3.5
win7-64
xlwings 0.11.6
The text was updated successfully, but these errors were encountered: