willtrnr/pyxlsb

How to read only visible sheets

Opened this issue · 2 comments

I have a use case wher ei wanted to read the content only if the sheet is visible i shouldn't read the hidden values.
Is there any parameter for this to toggle?

This is exactly the same usecase we have, but there doesn't seem to be any way to get the "visibility" property through pyxlsb.

But in pyxlsb2 that is possible, But reading all type of files is not possible. These are the corner cases of these 2 libraries. Got stuck because of these corner case.