Skip to main content
A newer version of this page is available. .

XlsDocumentImporterOptions Properties

Contains options used for loading (importing) a document in XLS format (MS Excel 97-2003 binary file format).
Name Description
OverrideCalculationMode Gets or sets how the calculation mode should be changed for the loaded .XLS document.
Password Gets or sets the password to load an encrypted workbook. Use the WorkbookImportOptions.Password property instead.
ValidateFormula Gets or sets a value specifying whether to validate formulas when importing a workbook.
See Also