Class OdsLoadOptions
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents the options of loading ods file.
public class OdsLoadOptions : LoadOptions
Inheritance
object ← LoadOptions ← OdsLoadOptions
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
OdsLoadOptions()
Represents the options of loading ods file.
public OdsLoadOptions()
OdsLoadOptions(LoadFormat)
Represents the options of loading ods file.
public OdsLoadOptions(LoadFormat type)
Parameters
type
LoadFormat
The load format type.
Properties
ApplyExcelDefaultStyleToHyperlink
Indicates whether applying the default style of the Excel to hyperlink.
public bool ApplyExcelDefaultStyleToHyperlink { get; set; }
Property Value
IsClassicPivotTable
Indicates whether the pivot table is classic.
public bool IsClassicPivotTable { get; set; }
Property Value
RefreshPivotTables
Indicates whether refresh pivot tables when loading file.
public bool RefreshPivotTables { get; set; }