-
-
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
Mac: App(visible=False) is broken #652
Comments
Are you seeing this with Excel 2016 on Mac? |
Yes,Excel 2016 on mac(build15.32 170309)~ |
Yeah Mac Excel 2016 plays difficult. It did work for Mac Excel 2011 but I am not sure if it can be properly handled with Mac2016... so for now consider it a known bug... |
Ok, thank you very much for your answer ~ |
Ok so currently it opens Excel as non-frontmost application. Maybe it would be better to minimize it instead of hide it the same way as when you click the orange button (between the quit and maximize buttons). |
Hello, the app is visible even with Excel 2011 Mac. Any ideas whats going wrong?
|
Hiding windows on Mac works differently from Windows. It only moves them away as frontmost window. I was testing I think for now the best way to do it is to call
|
@kevinjordan see this issue: #562 |
Looks like it's possible after all as it works properly when opening like this from the command line, see
|
Hi, when I use xlwings XLSX file operation, set up the
app = xlwings.App (visible = False)
but in MAC will automatically open the Excel.app, and would not automatically open the Excel in win10.mac os 10.12.4
windows10
Pycharm
python3.6
xlwings(last version from pypi)
The text was updated successfully, but these errors were encountered: