Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public class XlsExportOptionsEx :
    XlsExportOptions,
    IDataAwareExportOptions

Remarks

See XlsxExportOptionsEx to learn more.

See Also