Class XmlLoadOptions

Class XmlLoadOptions

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Represents the options of loading xml.

public class XmlLoadOptions : LoadOptions

Inheritance

objectLoadOptionsXmlLoadOptions

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

bool

ConvertNumericOrDate

Indicates whether converting the value in xml file to numeric or date.

public bool ConvertNumericOrDate { get; set; }

Property Value

bool

DateFormat

Gets and sets the format of date value.

public string DateFormat { get; set; }

Property Value

string

IgnoreRootAttributes

Indicates whether ignore attributes of the root element.

public bool IgnoreRootAttributes { get; set; }

Property Value

bool

IsXmlMap

Indicates whether mapping xml to Excel. The default value is false.

public bool IsXmlMap { get; set; }

Property Value

bool

NumberFormat

Gets and sets the format of numeric value.

public string NumberFormat { get; set; }

Property Value

string

StartCell

Gets and sets the start cell.

public string StartCell { get; set; }

Property Value

string

Remarks

Only works when the file is not speadsheetML or mapping xml to Excel.