SpreadsheetML2003SaveOptions

spreadsheetML2003SaveOptions

Represents the options of saving .xml file.

Property Name Property Type Nullable ReadOnly DefaultValue Description
ExportColumnIndexOfCell Boolean True False The default value is false, it means that column index will be ignored if the cell is contiguous to the previous cell.
IsIndentedFormatting Boolean True False Causes child elements to be indented.The default value is true. If the value is false, it will reduce the size of the xml file
LimitAsXls Boolean True False Limit as xls, the max row index is 65535 and the max column index is 255.
SaveFormat String True False
CachedFileFolder String True False
ClearData Boolean True False
CreateDirectory Boolean True False
EnableHTTPCompression Boolean True False
RefreshChartCache Boolean True False
SortNames Boolean True False
ValidateMergedAreas Boolean True False

Parent Name : SaveOptions