Skip to content
Discussion options

You must be logged in to vote

Hi @MamyAKKK - I'm not a maintainer, but as I understand:

Today: no. Fesod provides hidden state only at the sheet level (ReadSheet.isHidden(), .ignoreHiddenSheet(true)). Individual rows and columns aren't covered: Fesod never reads the row hidden attribute or the <col hidden="1"> flag, and the "extra" info it reports via ReadListener.extra(...) only covers COMMENT, HYPERLINK, and MERGE.

But it may be possible to support: The .xlsx format stores hidden state as a hidden attribute on <row> and <col>. Fesod's streaming reader already passes over both - it just doesn't read those attributes yet. So there's no whole-sheet load or second pass needed, as the information is already flowing throu…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MamyAKKK
Comment options

Answer selected by psxjoy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants