Class ExportRangeToJsonOptions
ExportRangeToJsonOptions class
Indicates the options that exporting range to json.
public class ExportRangeToJsonOptions
Constructors
Name | Description |
---|---|
ExportRangeToJsonOptions() | The default constructor. |
Properties
Name | Description |
---|---|
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
- namespace Aspose.Cells.Utility
- assembly Aspose.Cells