Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: mlamIs there an "easy" way to get a list of the sheet names/ number of sheets in an Excel workbook where data doesn't start in cell A1?
I would normally use the MetadataOutputPin but this doesn't work when there are worksheets where the data does not start in cell A1.
I can see that there are ways to do this in Java or using Python package but looking to see if anyone has already got a way around this. Thanks.