XlsbDocumentImporterOptions Properties
Contains options used to load a document in the XLSB format (Microsoft Excel 2007-2010 binary file format).Name | Description |
---|---|
EncryptionPassword | Gets or sets a password used to unprotect a password-protected XLSB file during import. Use the WorkbookImportOptions.Password property instead. |
OverrideCalculationMode | Specifies how to change the calculation mode for a loaded document. |
ValidateFormula | Gets or sets whether to validate formulas when importing a workbook. |
See Also