XlsDocumentImporterOptions Properties
Contains options used for loading (importing) a document in XLS format (MS Excel 97-2003 binary file format).| Name | Description |
|---|---|
| OverrideCalculationMode | Specifies how to change the calculation mode for a loaded 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