FAQ
- How to relocate or move the PyXLL add-in?
- How to use Python packages with PyXLL
- Do I need an internet connection to use PyXLL?
- The file format and extension of 'pyxll.xll' don't match
- ERROR: Unable to get Excel HWND. Excel is closing
- What is the equivalent of DoEvents in Python?
- How to style cells and ranges
- Functions with optional or default arguments
- Writing arrays back to Excel
- Managing multiple PyXLL configs
- Linking to documentation for worksheet functions
- How can I update ribbon controls?
- No config file found
- Excel Dynamic Arrays: Formulas starting with '@' or surrounded by '{}'
- Error importing Python module: DLL load failed
- Why is my Python function called repeatedly?
- Getting Excel Events in Python
- Can I use my own object names instead of the default ids for cached objects?
- How to access cached objects from macros
- How to create UI forms in Python like VBA's UserForms
- ModuleNotFoundError: No module named 'pyxll'
- Can I install PyXLL on multiple PCs?
- Where is the PyXLL log file located?
- How to uninstall PyXLL
- How to upgrade PyXLL
- Does Python code running in PyXLL run at the same speed as normal Python code?
- Excel warns that PyXLL is not a trusted publisher
- Problem using PyQt: Could not find or load the Qt platform plugin "windows"
- Can Excel call Python functions in parallel?
- PyXLL isn't using the Python executable I have configured