Class XmlLoadOptions
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents the options of loading xml.
public class XmlLoadOptions : LoadOptions
Inheritance
object ← LoadOptions ← XmlLoadOptions
Inherited Members
LoadOptions.m_LoadFormat, LoadOptions.SetPaperSize(PaperSizeType), LoadOptions.LoadFormat, LoadOptions.Password, LoadOptions.ParsingFormulaOnOpen, LoadOptions.ParsingPivotCachedRecords, LoadOptions.LanguageCode, LoadOptions.Region, LoadOptions.CultureInfo, LoadOptions.DefaultStyleSettings, LoadOptions.InterruptMonitor, LoadOptions.IgnoreNotPrinted, LoadOptions.CheckDataValid, LoadOptions.CheckExcelRestriction, LoadOptions.KeepUnparsedData, LoadOptions.LoadFilter, LoadOptions.LightCellsDataHandler, LoadOptions.MemorySetting, LoadOptions.WarningCallback, LoadOptions.AutoFitterOptions, LoadOptions.AutoFilter, LoadOptions.FontConfigs, LoadOptions.IgnoreUselessShapes, LoadOptions.PreservePaddingSpacesInFormula, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
XmlLoadOptions()
Represents the options of loading xml file.
public XmlLoadOptions()
XmlLoadOptions(LoadFormat)
Represents the options of loading xml file.
public XmlLoadOptions(LoadFormat type)
Parameters
type
LoadFormat
The load format type.
Properties
ContainsMultipleWorksheets
Indicates whether importing xml as multiple worksheets.
public bool ContainsMultipleWorksheets { get; set; }
Property Value
ConvertNumericOrDate
Indicates whether converting the value in xml file to numeric or date.
public bool ConvertNumericOrDate { get; set; }
Property Value
DateFormat
Gets and sets the format of date value.
public string DateFormat { get; set; }
Property Value
IgnoreRootAttributes
Indicates whether ignore attributes of the root element.
public bool IgnoreRootAttributes { get; set; }
Property Value
IsXmlMap
Indicates whether mapping xml to Excel. The default value is false.
public bool IsXmlMap { get; set; }
Property Value
NumberFormat
Gets and sets the format of numeric value.
public string NumberFormat { get; set; }
Property Value
StartCell
Gets and sets the start cell.
public string StartCell { get; set; }
Property Value
Remarks
Only works when the file is not speadsheetML or mapping xml to Excel.