Search results

WorkbookParseOptions API in JavaScript (ES5) Spreadsheet API control

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.

Properties

ignoreFormat

boolean

Indicates whether to ignore number and date/time formats. If true, raw values are loaded without applying display formatting.

ignoreStyle

boolean

Indicates whether to ignore cell styles (fonts, colors, borders, etc.) during file open. Improves performance by skipping style parsing.