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

WorkbookImportOptions.Xlsx 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 Xlsx { 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 Xlsx
WinForms Controls SpreadsheetControlOptions
.Import .Xlsx
Office File API DocumentOptions
.Import .Xlsx
WorkbookOptions
.Import .Xlsx
See Also