Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

WorkbookImportOptions.OpenXml Property

Provides access to options specific to importing documents in OpenXml format (aka default MS Excel 2007 format or .xlsx).

Namespace: DevExpress.XtraSpreadsheet.Import

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public OpenXmlDocumentImporterOptions OpenXml { get; }

Property Value

Type Description
OpenXmlDocumentImporterOptions

An OpenXmlDocumentImporterOptions object containing import settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to OpenXml
WinForms Controls SpreadsheetControlOptions
.Import .OpenXml
Office File API DocumentOptions
.Import .OpenXml
WorkbookOptions
.Import .OpenXml
See Also