Troubleshooting¶
Issue: dll not found¶
Solution:
xlwings32-<version>.dllandxlwings64-<version>.dllare both in the same directory as yourpython.exe. If not, something went wrong with your installation. Reinstall it withpiporconda, see Installation.- Check your
Interpreterin the add-in or config sheet. If it is empty, then you need to be able to open a windows command prompt and typepythonto start an interactive Python session. If you get the error'python' is not recognized as an internal or external command, operable program or batch file., then you have two options: Either add the path of where yourpython.exelives to your Windows path (see https://www.computerhope.com/issues/ch000549.htm) or set the full path to your interpreter in the add-in or your config sheet, e.g.C:\Users\MyUser\anaconda\pythonw.exe
Issue: Couldn’t find the local location of your OneDrive¶
Solution:
On either the xlwings.conf sheet or on the xlwings.conf file under your home folder (for location see User Config: Ribbon/Config File), add the following setting:
"ONEDRIVE", "C:\path\to\OneDrive"
Note: Don’t use quotes on the xlwings.conf sheet.