public class SerializationOptions
extends java.lang.Object
| Constructor and Description |
|---|
SerializationOptions() |
| Modifier and Type | Method and Description |
|---|---|
SerializationOptionsData |
getData() |
boolean |
getIgnoreColumnRowInfoOutOfUsedRange()
Gets whether to ignore below information which is out of used range when exporting to json file.
|
boolean |
getIgnoreFormula()
Gets whether to ignore the formula when serialize the workbook or worksheet to json.
|
boolean |
getIgnoreRangeOutOfRowColumnCount()
Gets whether to ignore data out of the RowCount and ColumnCount when exporting to json.
|
boolean |
getIgnoreSheets()
Gets whether to ignore the sheets when serialize the workbook or worksheet to json.
|
boolean |
getIgnoreStyle()
Gets whether to ignore the style when serialize the workbook or worksheet to json.
|
void |
setIgnoreColumnRowInfoOutOfUsedRange(boolean value)
Sets whether to ignore below information which is out of used range when exporting to json file.
|
void |
setIgnoreFormula(boolean value)
Sets whether to ignore the formula when serialize the workbook or worksheet to json.
|
void |
setIgnoreRangeOutOfRowColumnCount(boolean value)
Sets whether to ignore data out of the RowCount and ColumnCount when exporting to json.
|
void |
setIgnoreSheets(boolean value)
Sets whether to ignore the sheets when serialize the workbook or worksheet to json.
|
void |
setIgnoreStyle(boolean value)
Sets whether to ignore the style when serialize the workbook or worksheet to json.
|
public SerializationOptionsData getData()
public boolean getIgnoreStyle()
public void setIgnoreStyle(boolean value)
public boolean getIgnoreFormula()
public void setIgnoreFormula(boolean value)
public boolean getIgnoreColumnRowInfoOutOfUsedRange()
public void setIgnoreColumnRowInfoOutOfUsedRange(boolean value)
public boolean getIgnoreSheets()
public void setIgnoreSheets(boolean value)
public boolean getIgnoreRangeOutOfRowColumnCount()
public void setIgnoreRangeOutOfRowColumnCount(boolean value)
value - the value if ignore range out of row/column count