SheetSet

Inheritance: java.lang.Object

public class SheetSet

Describes a set of sheets.

Constructors

ConstructorDescription
SheetSet(int[] sheets)Creates a sheet set based on exact sheet indexes.

Methods

MethodDescription
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[] sheets)

public SheetSet(int[] sheets)

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:

ParameterTypeDescription
sheetsint[]zero based sheet indexes.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int