Skip to content

Conversation

@MarkPflug
Copy link
Owner

This adds the ability to inspect if a row is hidden, and adds an option to have the reader skip hidden rows via ExcelDataReaderOptions.ReadHiddenRows, which defaults to true for backwards compat.

@MarkPflug
Copy link
Owner Author

@0xced I've implemented the hidden row feature for all supported types. I need to add more unit tests though, as I'm concerned about some corner cases, especially for .xls files.

Maybe you can test this branch with your use case and see if it handles your needs at least. I'm going to try to finish this feature up, and maybe handle hidden columns separately (if at all).

@0xced
Copy link
Contributor

0xced commented May 1, 2025

Sorry for the long delay. I just tried your hidden branch and it works fine! (I tested xlsx only though.)

@MarkPflug MarkPflug merged commit 8e1f723 into main Jul 22, 2025
1 check passed
@MarkPflug MarkPflug deleted the hidden branch July 22, 2025 00:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants