Class WorkbookParseOptions
Provides options to control how an Excel file is parsed and loaded into the Spreadsheet during open operations. These settings help improve performance and customize the import behavior.
Inheritance
System.Object
WorkbookParseOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Spreadsheet
Assembly: Syncfusion.EJ2.Spreadsheet.dll
Syntax
public class WorkbookParseOptions
Constructors
WorkbookParseOptions()
Declaration
public WorkbookParseOptions()
Properties
IgnoreFormat
Gets or sets a value indicating whether to ignore number and date/time formats during file open. If true, raw values are loaded without display formatting.
Declaration
public bool IgnoreFormat { get; set; }
Property Value
Type |
---|
System.Boolean |
IgnoreStyle
Gets or sets a value indicating whether to ignore cell styles (fonts, colors, borders, etc.) during file open. Improves performance by skipping style extraction and parsing.
Declaration
public bool IgnoreStyle { get; set; }
Property Value
Type |
---|
System.Boolean |