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

XlExport Class

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

Namespace: DevExpress.Export.Xl

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

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