Skip to main content
A newer version of this page is available. .

XlsExportOptionsEx Class

Contains options that define how a document is exported to XLS format in the data-aware export mode.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.1.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public class XlsExportOptionsEx :
    XlsExportOptions,
    IDataAwareExportOptions

Remarks

See XlsxExportOptionsEx to learn more.

See Also