Excel Integration¶
Connect Python code with Excel workbooks, worksheets, and cells using the xpycode module.
In This Section¶
-
Excel Objects
Work with workbooks, worksheets, ranges, and cells from Python.
-
Custom Functions
Publish Python functions as Excel formulas (UDFs).
-
Events
Handle Excel events with Python code for interactive spreadsheets.
-
On-Time Events
Schedule Python functions to run at specific times, intervals, or dates.