public class XlsxSaveOptions extends SaveOptionsBase
| Constructor and Description |
|---|
XlsxSaveOptions()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getExcludeEmptyRegionCells()
Indicates whether to exclude any empty cells(cells with no data or only style) outside the used data range.
|
boolean |
getExcludeUnusedNames()
Indicates whether to exclude user-defined but never used Define name.
|
boolean |
getExcludeUnusedStyles()
Indicates whether to exclude user-defined but never used Cell styles.
|
boolean |
getIgnoreFormulas()
Indicates whether treat formula cells as value cells.
|
boolean |
getIsCompactMode()
A bool indicating whether to save workbook in compact mode, the default value
is false.
|
java.lang.String |
getPassword()
The password for the xlsx file.
|
void |
setExcludeEmptyRegionCells(boolean value)
Indicates whether to exclude any empty cells(cells with no data or only style) outside the used data range.
|
void |
setExcludeUnusedNames(boolean value)
Indicates whether to exclude user-defined but never used Define name.
|
void |
setExcludeUnusedStyles(boolean value)
Indicates whether to exclude user-defined but never used Cell styles.
|
void |
setIgnoreFormulas(boolean value)
Indicates whether treat formula cells as value cells.
|
void |
setIsCompactMode(boolean value)
A bool indicating whether to save workbook in compact mode, the default value
is false.
|
void |
setPassword(java.lang.String value)
The password for the xlsx file.
|
java.lang.String |
toString() |
getFileFormatpublic final java.lang.String getPassword()
public final void setPassword(java.lang.String value)
public final boolean getIsCompactMode()
public final void setIsCompactMode(boolean value)
public final boolean getIgnoreFormulas()
public final void setIgnoreFormulas(boolean value)
public final boolean getExcludeUnusedStyles()
public final void setExcludeUnusedStyles(boolean value)
public final boolean getExcludeUnusedNames()
public final void setExcludeUnusedNames(boolean value)
public final boolean getExcludeEmptyRegionCells()
public final void setExcludeEmptyRegionCells(boolean value)
public java.lang.String toString()
toString in class java.lang.Object