Question
How can I skip blank rows when reading excel sheet
The excel sheet contains some blank rows to divide the sections which I can't change, how can I skip these blank rows when reading from excel sheet.
I see this readexcelsheet() function in other post seems it can decide which row to start, is it deprecated?

