python 3.x - Xlwings 0.10 ValueError on a read only workbook: "Cannot open two workbooks named foo.xlsm" -
i'm getting error when run xlwings script on read workbook:
valueerror: cannot open 2 workbooks named 'foo.xlsm', if saved in different locations.
i'm using python 3.5.x , xlwings 0.10.
note script works fine if open in non-read workbook.
has run issue before?
Comments
Post a Comment