OS (e.g. Windows 10 or macOS Sierra)
macOS Sierra
Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7)
0.12.1, Office 16.19, Python 3.7
Describe your issue (incl. Traceback!)
wb.save() on macOS causes confirmation prompt
Include a minimal code sample to reproduce the issue (and attach a sample workbook if required!)
Run the followin 2x on from within a new Excel instance.
import xlwings as xw
wb = xw.Book()
wb.save()
OS (e.g. Windows 10 or macOS Sierra)
macOS Sierra
Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7)
0.12.1, Office 16.19, Python 3.7
Describe your issue (incl. Traceback!)
wb.save() on macOS causes confirmation prompt
Include a minimal code sample to reproduce the issue (and attach a sample workbook if required!)
Run the followin 2x on from within a new Excel instance.