CsvLoadOptions, OdsLoadOptions, OtsLoadOptions, TsvLoadOptions, Xls2003LoadOptions, XlsbLoadOptions, XlsLoadOptions, XlsmLoadOptions, XlsxLoadOptions, XltmLoadOptions, XltxLoadOptionspublic class SpreadsheetLoadOptions extends LoadOptions
| Modifier and Type | Class | Description |
|---|---|---|
static class |
SpreadsheetLoadOptions.PrintCommentsEnum |
Represents the way comments are printed with the sheet.
|
| Constructor | Description |
|---|---|
SpreadsheetLoadOptions() |
format, getFormat, setFormatpublic SpreadsheetLoadOptions defaultFont(String defaultFont)
public String getDefaultFont()
public void setDefaultFont(String defaultFont)
public SpreadsheetLoadOptions fontSubstitutes(Map<String,String> fontSubstitutes)
public SpreadsheetLoadOptions putFontSubstitutesItem(String key, String fontSubstitutesItem)
public Map<String,String> getFontSubstitutes()
public SpreadsheetLoadOptions showGridLines(Boolean showGridLines)
public Boolean getShowGridLines()
public void setShowGridLines(Boolean showGridLines)
public SpreadsheetLoadOptions showHiddenSheets(Boolean showHiddenSheets)
public Boolean getShowHiddenSheets()
public void setShowHiddenSheets(Boolean showHiddenSheets)
public SpreadsheetLoadOptions onePagePerSheet(Boolean onePagePerSheet)
public Boolean getOnePagePerSheet()
public void setOnePagePerSheet(Boolean onePagePerSheet)
public SpreadsheetLoadOptions convertRange(String convertRange)
public String getConvertRange()
public void setConvertRange(String convertRange)
public SpreadsheetLoadOptions skipEmptyRowsAndColumns(Boolean skipEmptyRowsAndColumns)
public Boolean getSkipEmptyRowsAndColumns()
public void setSkipEmptyRowsAndColumns(Boolean skipEmptyRowsAndColumns)
public SpreadsheetLoadOptions password(String password)
public String getPassword()
public void setPassword(String password)
public SpreadsheetLoadOptions printComments(SpreadsheetLoadOptions.PrintCommentsEnum printComments)
public SpreadsheetLoadOptions.PrintCommentsEnum getPrintComments()
public void setPrintComments(SpreadsheetLoadOptions.PrintCommentsEnum printComments)
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.