I have a large number of excel files and I only want to work with sheets which are not hidden and I want to ignore all hidden sheets.
Currently my python script loops through every sheet regardless of whether or not it's hidden. Is there a simple way to check if a worksheet is hidden?
I've looked online but the only thing I can find is ways to hide/unhide worksheets which I don't want to do here.