JsonSaveOptions
Contents
[
Hide
]
JsonSaveOptions class
Represents the options of saving the workbook as a json file.
public class JsonSaveOptions : SaveOptions
Constructors
Name | Description |
---|---|
JsonSaveOptions() | Creates options for saving json file. |
Properties
Name | Description |
---|---|
CachedFileFolder { get; set; } | The cached file folder is used to store some large data. |
ClearData { get; set; } | Make the workbook empty after saving the file. |
CreateDirectory { get; set; } | If true and the directory does not exist, the directory will be automatically created before saving the file. |
EnableHTTPCompression { get; set; } | Indicates if http compression is to be used in user’s IIS. |
ExportArea { get; set; } | Gets or sets the exporting range. |
ExportAsString { get; set; } | Exports the string value of the cells to json. |
HasHeaderRow { get; set; } | Indicates whether the range contains header row. |
Indent { get; set; } | Indicates the indent. |
MergeAreas { get; set; } | Indicates whether merge the areas of conditional formatting and validation before saving the file. |
PdfExportImagesFolder { get; set; } | The physical folder where images will be saved when exporting a workbook to Aspose.Pdf XML format. Default is an empty string. |
RefreshChartCache { get; set; } | Indicates whether refreshing chart cache data |
SaveFormat { get; } | Gets the save file format. |
SheetIndexes { get; set; } | Represents the indexes of exported sheets. |
SortExternalNames { get; set; } | Indicates whether sorting external defined names before saving file. |
SortNames { get; set; } | Indicates whether sorting defined names before saving file. |
UpdateSmartArt { get; set; } | Indicates whether updating smart art setting. The default value is false. |
ValidateMergedAreas { get; set; } | Indicates whether validate merged cells before saving the file. |
WarningCallback { get; set; } | Gets or sets warning callback. |
See Also
- class SaveOptions
- namespace Aspose.Cells
- assembly Aspose.Cells