Class AbstractTextLoadOptions

Class AbstractTextLoadOptions

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

Common options for loading text values

public class AbstractTextLoadOptions : LoadOptions

Inheritance

objectLoadOptionsAbstractTextLoadOptions

Derived

HtmlLoadOptions, TxtLoadOptions

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

AbstractTextLoadOptions()

protected AbstractTextLoadOptions()

Properties

ConvertDateTimeData

Gets or sets a value that indicates whether the string in text file is converted to date data.

public bool ConvertDateTimeData { get; set; }

Property Value

bool

ConvertNumericData

Gets or sets a value that indicates whether the string in text file is converted to numeric data.

public bool ConvertNumericData { get; set; }

Property Value

bool

Encoding

Gets and sets the default encoding. Only applies for csv file.

public Encoding Encoding { get; set; }

Property Value

Encoding

KeepPrecision

Indicates whether not parsing a string value if the length is 15.

public bool KeepPrecision { get; set; }

Property Value

bool

LoadStyleStrategy

Indicates the strategy to apply style for parsed values when converting string value to number or datetime.

public TxtLoadStyleStrategy LoadStyleStrategy { get; set; }

Property Value

TxtLoadStyleStrategy

Methods

Copy(AbstractTextLoadOptions)

protected void Copy(AbstractTextLoadOptions src)

Parameters

src AbstractTextLoadOptions