Class SpreadsheetML2003SaveOptions
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents the options for saving Excel 2003 spreadml file.
public class SpreadsheetML2003SaveOptions : SaveOptions
Inheritance
object ← SaveOptions ← SpreadsheetML2003SaveOptions
Inherited Members
SaveOptions.m_SaveFormat, SaveOptions.SaveFormat, SaveOptions.ClearData, SaveOptions.CachedFileFolder, SaveOptions.ValidateMergedAreas, SaveOptions.MergeAreas, SaveOptions.CreateDirectory, SaveOptions.SortNames, SaveOptions.SortExternalNames, SaveOptions.RefreshChartCache, SaveOptions.WarningCallback, SaveOptions.CheckExcelRestriction, SaveOptions.UpdateSmartArt, SaveOptions.EncryptDocumentProperties, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
SpreadsheetML2003SaveOptions()
Creates the options for saving Excel 2003 spreadml file.
public SpreadsheetML2003SaveOptions()
Properties
ExportColumnIndexOfCell
The default value is false, it means that column index will be ignored if the cell is contiguous to the previous cell.
public bool ExportColumnIndexOfCell { get; set; }
Property Value
IsIndentedFormatting
Causes child elements to be indented.
public bool IsIndentedFormatting { get; set; }
Property Value
Remarks
The default value is true. If the value is false, it will reduce the size of the xml file
LimitAsXls
Limit as xls, the max row index is 65535 and the max column index is 255.
public bool LimitAsXls { get; set; }