Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hidden row handling #186

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Hidden row handling #186

wants to merge 4 commits into from

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).

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.

1 participant