OpenXmlDocumentImporterOptions Properties
Contains options used for loading (importing) a document in OpenXML format (aka MS Excel 2007 default format, .xlsx).Name | Description |
---|---|
EncryptionPassword | Gets or sets a password used to unprotect a password-protected Office Open XML document (.xlsx) during import. Use the WorkbookImportOptions.Password property instead. |
OverrideCalculationMode | Specifies how to change the calculation mode for a loaded document. |
SuppressSolidFillWithEmptyColor | Gets or sets whether to correct the transparent background color rendering in documents created in SpreadsheetControl prior to version 16.1.5. |
See Also