public class SpreadsheetEditOptions extends Object implements IEditOptions
Allows to specify custom options for editing documents of all supportable Spreadsheet (Excel-compatible) formats
Constructor and Description |
---|
SpreadsheetEditOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
getExcludeHiddenWorksheets()
Allows to exclude hidden worksheets in the input Spreadsheet document, so
they will be totally ignored.
|
int |
getWorksheetIndex()
Allows to specify the 0-based index of the worksheet (tab) of the input
Spreadsheet document, which should be converted to the HTML (see
remarks).
|
void |
setExcludeHiddenWorksheets(boolean value)
Allows to exclude hidden worksheets in the input Spreadsheet document, so
they will be totally ignored.
|
void |
setWorksheetIndex(int value)
Allows to specify the 0-based index of the worksheet (tab) of the input
Spreadsheet document, which should be converted to the HTML (see
remarks).
|
public final boolean getExcludeHiddenWorksheets()
Allows to exclude hidden worksheets in the input Spreadsheet document, so they will be totally ignored. Default is false - hidden worksheets are available and processed as normal.
WorksheetIndex
(getWorksheetIndex()
/setWorksheetIndex(int)
)'
property.
public final int getWorksheetIndex()
Allows to specify the 0-based index of the worksheet (tab) of the input Spreadsheet document, which should be converted to the HTML (see remarks).
public final void setExcludeHiddenWorksheets(boolean value)
Allows to exclude hidden worksheets in the input Spreadsheet document, so they will be totally ignored. Default is false - hidden worksheets are available and processed as normal.
WorksheetIndex
(getWorksheetIndex()
/setWorksheetIndex(int)
)'
property.
public final void setWorksheetIndex(int value)
Allows to specify the 0-based index of the worksheet (tab) of the input Spreadsheet document, which should be converted to the HTML (see remarks).