Class ExportRangeToJsonOptions

Class ExportRangeToJsonOptions

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

Indicates the options that exporting range to json.

public class ExportRangeToJsonOptions

Inheritance

objectExportRangeToJsonOptions

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

ExportRangeToJsonOptions()

public ExportRangeToJsonOptions()

Properties

ExportAsString

Exports the string value of the cells to json.

public bool ExportAsString { get; set; }

Property Value

bool

ExportEmptyCells

Indicates whether exporting empty cells as null.

public bool ExportEmptyCells { get; set; }

Property Value

bool

HasHeaderRow

Indicates whether the range contains header row.

public bool HasHeaderRow { get; set; }

Property Value

bool

Indent

Indicates the indent.

public string Indent { get; set; }

Property Value

string

Remarks

If the indent is null or empty, the exported json is not formatted.