-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
Mac: update wb reference when saving as #626
Comments
I think I found the explanation here: http://www.rondebruin.nl/mac/mac020.htm. It seems that the 'constants' are not the same on Mac vs. Windows and looks like I need to add 1. So, the offending line needs to be updated to: But then it fails on the wb.close:
wb is still referring to the original workbook that was opened (.xlsx) so I'm not sure why the error says it doesn't exist. |
Although the behaviour might be improved, it's kind of expected: your old workbook isn't open anymore after a |
Actually you're right we should fix this. |
Hi,
I'm trying to save the sheet as .xlsb on Mac OS X.. I have this piece of code:
However, this seems to fail in appscript on the save_workbook_as line with the following piece of the traceback:
The executed command seems to be what I was expecting but not sure why it is failing. Any suggestions or hints?
The text was updated successfully, but these errors were encountered: