Contains the options related to loading a workbook from a file or stream.

WorkbookLoadOptions

new WorkbookLoadOptions(): WorkbookLoadOptions

Returns WorkbookLoadOptions

$t: Type
autoResumeCalculations: boolean
culture: any
isDuplicateFormulaParsingOptimized: boolean
screenDpi: IgSize

Returns a list of user defined functions that should be registered before the workbook is loaded.

get userDefinedFunctions(): IList$1<ExcelCalcFunction>

Returns IList$1<ExcelCalcFunction>

Inherited from: WorkbookOptionsBase

staticInit(): void

Returns void