-
Notifications
You must be signed in to change notification settings - Fork 78
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Expected Behavior
When opening a workbook with loadWorkbooks, all tabs should retain the same visibility state that they have in the saved workbook that is loaded.
Actual Behavior
All tabs become visible.
Steps to Reproduce the Problem
(please attach an example xlsx file if possible)
-
Create a workbook (an .xlsm in my case, if that matters)
-
Hide one of the tabs
-
call wb <- loadWorkbook(filename)
-
sheetVisibility(wb) will show all the tabs are visible; when saving the resulting workbook, all of the tabs are visible.
sessionInfo()
- Version of openxlsx: 4.1.3
- Version of R: 3.6.1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working