How to install ezxl¶
Use this guide to install EzXl in a local Windows environment, an offline corporate environment, or a documentation workspace.
🔧 Prerequisites¶
- Python 3.11 or later
- Windows if you plan to use COM automation
- Excel installed if you plan to automate a live session
📝 Steps¶
- Verify interpreter bitness before any COM usage.
- Create and activate a virtual environment.
-
Pick the installation flow that matches your environment.
-
Register the pywin32 COM components for the virtual environment.
- Verify that the package imports cleanly.
Variations¶
If you need a corporate proxy for download operations:
set HTTPS_PROXY=http://proxy.corp.example.com:8080
pip install --proxy http://proxy.corp.example.com:8080 ezxl
🔧 Persist the proxy in pip.ini
Add the proxy once in %APPDATA%\pip\pip.ini if your environment requires it for every installation.
If you only need to build the documentation locally:
✅ Result¶
You have a virtual environment with EzXl installed, the COM registration step completed, and a command you can use to verify the package import immediately.