Class XmlSaveOptions
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents the options of saving the workbook as an xml file.
public class XmlSaveOptions : SaveOptions
Inheritance
object ← SaveOptions ← XmlSaveOptions
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
XmlSaveOptions()
Creates options for saving xml file.
public XmlSaveOptions()
Properties
DataAsAttribute
Indicates whether exporting data as attributes of element.
public bool DataAsAttribute { get; set; }
Property Value
ExportArea
Gets or sets the exporting range.
public CellArea ExportArea { get; set; }
Property Value
HasHeaderRow
Indicates whether the range contains header row.
public bool HasHeaderRow { get; set; }
Property Value
SheetIndexes
Represents the indexes of exported sheets.
public int[] SheetIndexes { get; set; }
Property Value
int[]
SheetNameAsElementName
Indicates whether exporting sheet’s name as the name of the element.
public bool SheetNameAsElementName { get; set; }
Property Value
XmlMapName
Indicates whether exporting xml map in the file.
public string XmlMapName { get; set; }