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.1.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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the XlExport class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
XlExport
See Also