public class JsonLoadOptions extends LoadOptions
| Constructor and Description |
|---|
JsonLoadOptions()
Creates an options of loading the file.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getKeptSchema()
Indicates whether keeping schema of this json.
|
JsonLayoutOptions |
getLayoutOptions()
The options of import json.
|
boolean |
getMultipleWorksheets()
Indicates whether importing each attribute of JsonObject object as one worksheet when all child nodes are array nodes.
|
java.lang.String |
getStartCell()
Gets the start cell.
|
void |
setKeptSchema(boolean value)
Indicates whether keeping schema of this json.
|
void |
setLayoutOptions(JsonLayoutOptions value)
The options of import json.
|
void |
setMultipleWorksheets(boolean value)
Indicates whether importing each attribute of JsonObject object as one worksheet when all child nodes are array nodes.
|
void |
setStartCell(java.lang.String value)
Sets the start cell.
|
getAutoFilter, getAutoFitterOptions, getCheckDataValid, getCheckExcelRestriction, getDefaultStyleSettings, getFontConfigs, getIgnoreNotPrinted, getIgnoreUselessShapes, getInterruptMonitor, getKeepUnparsedData, getLanguageCode, getLightCellsDataHandler, getLoadFilter, getLoadFormat, getLocale, getMemorySetting, getParsingFormulaOnOpen, getParsingPivotCachedRecords, getPassword, getPreservePaddingSpacesInFormula, getRegion, getStandardFont, getStandardFontSize, getWarningCallback, setAutoFilter, setAutoFitterOptions, setCheckDataValid, setCheckExcelRestriction, setFontConfigs, setIgnoreNotPrinted, setIgnoreUselessShapes, setInterruptMonitor, setKeepUnparsedData, setLanguageCode, setLightCellsDataHandler, setLoadFilter, setLocale, setMemorySetting, setPaperSize, setParsingFormulaOnOpen, setParsingPivotCachedRecords, setPassword, setPreservePaddingSpacesInFormula, setRegion, setStandardFont, setStandardFontSize, setWarningCallbackpublic java.lang.String getStartCell()
public void setStartCell(java.lang.String value)
public JsonLayoutOptions getLayoutOptions()
public void setLayoutOptions(JsonLayoutOptions value)
public boolean getMultipleWorksheets()
public void setMultipleWorksheets(boolean value)
public boolean getKeptSchema()
Remarks
Sometimes we will save the file to JSON after loading JSON file.public void setKeptSchema(boolean value)
Remarks
Sometimes we will save the file to JSON after loading JSON file.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.