'How to get the row number and column number of a particular table from excel sheet using python?

I want to automate one application , the data I am getting is from Excel which contains the data table . I want to know from which row the table is starting in excel sheet and and on which row it ends. I am using python and Plotly Dash , Upload component to get the excel sheet .

Ex : In this case how can I know that my table is starting from 65 ? enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source