Path: blob/master/Excel/Excel_Get_dynamic_active_range.ipynb
2972 views
Kernel: Python 3
Excel - Get dynamic active range
Tags: #excel #openpyxl #active-range #finance #snippet #dataframe
Author: Florent Ravenel
Last update: 2023-04-12 (Created: 2022-02-24)
Description: This notebook provides a method for dynamically retrieving the active range of an Excel worksheet.
Input
Import libraries
In [4]:
Setup your Excel parameters
In [5]:
Model
Load Excel file and get active ws object
In [6]:
Get active range
In [10]:
Output
Display result
In [11]:
In [ ]: