Skip to content

HiddenSheet isVisible #68

@aplis1

Description

@aplis1

Hi,

I have a Excel file which contains a hidden sheet.
For each sheet in the excel file. If I check like below:
Worksheet ws = (Worksheet) worksheetObj;
if (ws.isVisible() == false) {
logger.info("Hidden sheet found {} ", ws.getName());
}

I never i get to the logger statement because even for the hidden sheet isVisible is always 0.
Can somebody help how to know If the sheet is really hidden or not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions