Class JsonLoadOptions

Class JsonLoadOptions

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Represents the options of loading json files

public class JsonLoadOptions : LoadOptions

Inheritance

objectLoadOptionsJsonLoadOptions

Inherited Members

LoadOptions.m_LoadFormat, LoadOptions.SetPaperSize(PaperSizeType), LoadOptions.LoadFormat, LoadOptions.Password, LoadOptions.ParsingFormulaOnOpen, LoadOptions.ParsingPivotCachedRecords, LoadOptions.LanguageCode, LoadOptions.Region, LoadOptions.CultureInfo, LoadOptions.DefaultStyleSettings, LoadOptions.InterruptMonitor, LoadOptions.IgnoreNotPrinted, LoadOptions.CheckDataValid, LoadOptions.CheckExcelRestriction, LoadOptions.KeepUnparsedData, LoadOptions.LoadFilter, LoadOptions.LightCellsDataHandler, LoadOptions.MemorySetting, LoadOptions.WarningCallback, LoadOptions.AutoFitterOptions, LoadOptions.AutoFilter, LoadOptions.FontConfigs, LoadOptions.IgnoreUselessShapes, LoadOptions.PreservePaddingSpacesInFormula, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

JsonLoadOptions()

Creates an options of loading the file.

public JsonLoadOptions()

Properties

KeptSchema

Indicates whether keeping schema of this json.

public bool KeptSchema { get; set; }

Property Value

bool

Remarks

Sometimes we will save the file to JSON after loading JSON file.

LayoutOptions

The options of import json.

public JsonLayoutOptions LayoutOptions { get; set; }

Property Value

JsonLayoutOptions

MultipleWorksheets

Indicates whether importing each attribute of JsonObject object as one worksheet when all child nodes are array nodes.

public bool MultipleWorksheets { get; set; }

Property Value

bool

StartCell

Gets and sets the start cell.

public string StartCell { get; set; }

Property Value

string