public class SpreadsheetLoadOptions extends LoadOptions
| Constructor | Description |
|---|---|
SpreadsheetLoadOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
SpreadsheetLoadOptions |
excludeHiddenWorksheets(Boolean excludeHiddenWorksheets) |
|
Boolean |
getExcludeHiddenWorksheets() |
Allows to exclude hidden worksheets in the input Spreadsheet document, so they will be totally ignored.
|
Integer |
getWorksheetIndex() |
Allows to specify the 0-based index of the worksheet (tab) of the input Spreadsheet document, which should be converted to the HTML.
|
int |
hashCode() |
|
void |
setExcludeHiddenWorksheets(Boolean excludeHiddenWorksheets) |
|
void |
setWorksheetIndex(Integer worksheetIndex) |
|
String |
toString() |
|
SpreadsheetLoadOptions |
worksheetIndex(Integer worksheetIndex) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitfileInfo, getFileInfo, getOutputPath, outputPath, setFileInfo, setOutputPathpublic SpreadsheetLoadOptions worksheetIndex(Integer worksheetIndex)
public Integer getWorksheetIndex()
public void setWorksheetIndex(Integer worksheetIndex)
public SpreadsheetLoadOptions excludeHiddenWorksheets(Boolean excludeHiddenWorksheets)
public Boolean getExcludeHiddenWorksheets()
public void setExcludeHiddenWorksheets(Boolean excludeHiddenWorksheets)
public boolean equals(Object o)
equals in class LoadOptionspublic int hashCode()
hashCode in class LoadOptionspublic String toString()
toString in class LoadOptionsCopyright © 2025. All rights reserved.