Is it possible to implement "xlSheet.Visible = Excel.XlSheetVisibility.xlSheetVeryHidden"

Hi there.

Is it possible to implement “xlSheet.Visible = Excel.XlSheetVisibility.xlSheetVeryHidden”?

By aspose.cells for java, I can only do it like following.

wb.getWorksheets().getSheet(0).setVisible(false);

So resulted excel sheet hidden property is xlSheetHidden, not xlSheetVeryHidden.


Hi,

We will provide a version soon that will support this attribute for your need.

Thank you.

Moreover, your feature request has been logged into our issue tracking system with an issue id: CELLSJAVA-12971.

Thank you.

Hi,

Please try the attached version, we have added an API for your need:
Worksheet.setVeryHidden(boolean)


Thank you.

The issues you have found earlier (filed as 12971) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.