Have a real use case for this. Want to be able to do some data aggregation and manipulation with Pandas, envisioned workflow as such:
- Find in an Excel file a named cell
- reach the boundary of the cell block (boundary defined by empty column / row)
- read the cell block into Pandas DataFrame
- do stuff with Pandas
- Write the resulting DataFrame back to the same Excel file, to a location defined by another named cell
- Preserving the charts and formula of the Excel file