Contains the options related to loading a workbook from a file or stream.
Constructors
Section titled "Constructors"WorkbookLoadOptions
new WorkbookLoadOptions(): WorkbookLoadOptions Returns WorkbookLoadOptions
Properties
Section titled "Properties"$t: Type autoResumeCalculations
Section titled "autoResumeCalculations"autoResumeCalculations: boolean culture
Section titled "culture"culture: any isDuplicateFormulaParsingOptimized
Section titled "isDuplicateFormulaParsingOptimized"isDuplicateFormulaParsingOptimized: boolean screenDpi
Section titled "screenDpi"screenDpi: IgSize Accessors
Section titled "Accessors"userDefinedFunctions
Section titled "userDefinedFunctions"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>
Methods
Section titled "Methods"staticInit
Section titled "staticInit"Inherited from: WorkbookOptionsBase
staticInit(): void