Class ExportRangeToJsonOptions

ExportRangeToJsonOptions class

Indicates the options that exporting range to json.

public class ExportRangeToJsonOptions

Constructors

NameDescription
ExportRangeToJsonOptions()The default constructor.

Properties

NameDescription
ExportAsString { get; set; }Exports the string value of the cells to json.
ExportEmptyCells { get; set; }Indicates whether exporting empty cells as null.
HasHeaderRow { get; set; }Indicates whether the range contains header row.
Indent { get; set; }Indicates the indent.

See Also