Skip to main content
All docs
V25.1
  • WorkbookImportOptions.Xlsb Property

    Provides access to options used to import documents in the XLSB format (Microsoft Excel 2007-2010 binary file format).

    Namespace: DevExpress.XtraSpreadsheet.Import

    Assembly: DevExpress.Spreadsheet.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public XlsbDocumentImporterOptions Xlsb { get; }

    Property Value

    Type Description
    XlsbDocumentImporterOptions

    An object that contains import settings.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to Xlsb
    DocumentOptions
    .Import .Xlsb
    See Also