officefileapi-114032-excel-export-library-getting-started.md
This article describes how to get started with Excel Export Library for .NET Framework and .NET.
Start Visual Studio and create a new Console Application project.
Install the DevExpress.Document.Processor or DevExpress.Printing.Core NuGet package.
Paste the code below in the Main method of the Program.cs file ( Main procedure of the Module1.vb file for Visual Basic).
Run the project.
The following image shows the XLSX file generated after the above-mentioned code is executed (the document is opened in Microsoft® Excel®).
Start Visual Studio and create a new Console Application (.NET Framework) project.
In the Solution Explorer , right-click the References node and select Add Reference… in the context menu.
In the invoked Reference Manager dialog, add references to the following libraries:
Paste the code below in the Main method of the Program.cs file ( Main procedure of the Module1.vb file for Visual Basic).
Run the project.
The following image shows the XLSX file generated after the above-mentioned code is executed (the document is opened in Microsoft® Excel®).