SheetSet
Contents
[
Hide
]Inheritance: java.lang.Object
public class SheetSet
Describes a set of sheets.
Constructors
Constructor | Description |
---|---|
SheetSet(int[] sheetIndexes) | Creates a sheet set based on exact sheet indexes. |
SheetSet(String[] sheetNames) | Creates a sheet set based on exact sheet names. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getActive() | Gets a set with active sheet of the workbook. |
getAll() | Gets a set with all sheets of the workbook in their original order. |
getClass() | |
getVisible() | Gets a set with visible sheets of the workbook in their original order. |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
SheetSet(int[] sheetIndexes)
public SheetSet(int[] sheetIndexes)
Creates a sheet set based on exact sheet indexes.
Remarks
If a sheet is encountered that is not in the workbook, an exception will be thrown during rendering.
Parameters:
Parameter | Type | Description |
---|---|---|
sheetIndexes | int[] | zero based sheet indexes. |
SheetSet(String[] sheetNames)
public SheetSet(String[] sheetNames)
Creates a sheet set based on exact sheet names.
Remarks
If a sheet is encountered that is not in the workbook, an exception will be thrown during rendering.
Parameters:
Parameter | Type | Description |
---|---|---|
sheetNames | java.lang.String[] | sheet names. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getActive()
public static SheetSet getActive()
Gets a set with active sheet of the workbook.
Returns: SheetSet
getAll()
public static SheetSet getAll()
Gets a set with all sheets of the workbook in their original order.
Returns: SheetSet
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getVisible()
public static SheetSet getVisible()
Gets a set with visible sheets of the workbook in their original order.
Returns: SheetSet
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |