Class XlsSaveOptions
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents the save options for the Excel 97-2003 file format: xls and xlt.
public class XlsSaveOptions : SaveOptions
Inheritance
object ← SaveOptions ← XlsSaveOptions
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
XlsSaveOptions()
Creates options for saving Excel 97-2003 xls file.
public XlsSaveOptions()
XlsSaveOptions(SaveFormat)
Creates options for saving Excel 97-2003 xls/xlt file.
public XlsSaveOptions(SaveFormat saveFormat)
Parameters
saveFormat
SaveFormat
The file format. It should be Aspose.Cells.SaveFormat.Excel97To2003 or Aspose.Cells.SaveFormat.Xlt, otherwise the saved format will be set as Aspose.Cells.SaveFormat.Excel97To2003 automatically.
Properties
LightCellsDataProvider
The data provider for saving workbook in light mode.
public LightCellsDataProvider LightCellsDataProvider { get; set; }
Property Value
MatchColor
Indicates whether matching font color because there are 56 colors in the standard color palette.
public bool MatchColor { get; set; }
Property Value
WpsCompatibility
Indicates whether to make the xls more compatible with WPS.
public bool WpsCompatibility { get; set; }