-
Notifications
You must be signed in to change notification settings - Fork 76
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 sheets unhide when loading and saving #279
Labels
Comments
Pre saving: ColorTabs3.xlsx After saving: test3.xlsx |
From pre saving: <sheets>
<sheet name="Nums" sheetId="1" r:id="rId1"/>
<sheet name="Chars" sheetId="2" r:id="rId2"/>
<sheet name="hidden" sheetId="3" state="hidden" r:id="rId3"/>
</sheets> post saving: <sheets>
<sheet name="Nums" sheetId="1" state="visible" r:id="rId1"/>
<sheet name="Chars" sheetId="2" state="visible" r:id="rId2"/>
<sheet name="hidden" sheetId="3" state="visible" r:id="rId3"/>
</sheets> |
Seems like something is lost when reading. I'm leaving this for now, if someone is willing to pick this up or fixes it, be my guest :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally posted by @mendy-friedman in #207 (comment)
The text was updated successfully, but these errors were encountered: