public class SheetSet
extends java.lang.Object
| Constructor and Description |
|---|
SheetSet(int[] sheetIndexes)
Creates a sheet set based on exact sheet indexes.
|
SheetSet(java.lang.String[] sheetNames)
Creates a sheet set based on exact sheet names.
|
| Modifier and Type | Method and Description |
|---|---|
static SheetSet |
getActive()
Gets a set with active sheet of the workbook.
|
static SheetSet |
getAll()
Gets a set with all sheets of the workbook in their original order.
|
static SheetSet |
getVisible()
Gets a set with visible sheets of the workbook in their original order.
|
public SheetSet(int[] sheetIndexes)
Remarks
If a sheet is encountered that is not in the workbook, an exception will be thrown during rendering.sheetIndexes - zero based sheet indexes.public SheetSet(java.lang.String[] sheetNames)
Remarks
If a sheet is encountered that is not in the workbook, an exception will be thrown during rendering.sheetNames - sheet names.public static SheetSet getActive()
public static SheetSet getVisible()
public static SheetSet getAll()
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.