Back to Devexpress

XlExport Class

corelibraries-devexpress-dot-export-dot-xl-d6bac383.md

latest1.3 KB
Original Source

XlExport Class

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

Namespace : DevExpress.Export.Xl

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DXLicenseDocsBasic]
public static class XlExport
vb
<DXLicenseDocsBasic>
Public Module 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

XlExport Members

DevExpress.Export.Xl Namespace