OS (e.g. Windows 10 or macOS Sierra)
Windows 10
Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7)
xlwings 0.15.4 Python 2.7
Describe your issue (incl. Traceback!)
I didn't have this issue before, but all of a sudden when I run my script to open a Excel workbook using xw.Book the filename is changed to all lowercase. I tried to open the same file simply using the xw.Book command and the same result happens. Not sure what's causing the filename to be automatically changed to all lower case. I saw the issue here, but the solution listed is not too useful for me.
xw.Book(os.path.join(FILE_PATH, 'FILENAME.xlsm'))
Include a minimal code sample to reproduce the issue (and attach a sample workbook if required!)
xw.Book(os.path.join(FILE_PATH, 'FILENAME.xlsm'))
OS (e.g. Windows 10 or macOS Sierra)
Windows 10
Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7)
xlwings 0.15.4 Python 2.7
Describe your issue (incl. Traceback!)
I didn't have this issue before, but all of a sudden when I run my script to open a Excel workbook using xw.Book the filename is changed to all lowercase. I tried to open the same file simply using the xw.Book command and the same result happens. Not sure what's causing the filename to be automatically changed to all lower case. I saw the issue here, but the solution listed is not too useful for me.
Include a minimal code sample to reproduce the issue (and attach a sample workbook if required!)