Skip to main content

XlExport Class

Represents an object that creates an exporter for generating spreadsheet files of the specified format.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public static class XlExport

Remarks

The XlExport class is the main entry point for programmatic generation of spreadsheets with the Excel Export Library. Call its XlExport.CreateExporter method to create an IXlExporter object used to generate a workbook file of the specified format and export it to a stream.

Inheritance

Object
XlExport
See Also