New to Telerik UI for ASP.NET Core? Download free 30-day trial

ASP.NET Core Grid Excel Export

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
  • Edit in Telerik REPL
HtmlHelper
TagHelper
Files:
excel_export.cshtml
Excel_ExportController.cs
ProductService.cs
ProductViewModel.cs
Excel_Export_TagHelper.cshtml

Also available for:

CLIENT-SIDE API HTML HELPER API

Description

The ASP.NET Core DataGrid enables you to export its content to Excel.

To enable the client-side Excel export functionality of the Grid, add a reference to the JSZip library, set the Excel() option, and specify the desired export settings. Also, include the Excel toolbar command by configuring ToolBar(tools => tools.Excel()) setting.

Alternatively, you can force the Excel export by invoking the saveAsExcel() method from the client-side API of the component.

Yet another useful feature the Data Grid delivers is the option to customize the rows, columns, and cells of the exported file by intercepting the ExcelExport event.

This example shows how to enable the Export-to-Excel functionality of the Data Grid and also how to exclude a specified column from exporting by configuring the Exportable setting.

For more information about the Excel export capabilities, refer to the official Telerik UI for ASP.NET Core documentation on exporting the Data Grid content to Excel. In addition, to implement server-side Excel export, refer to the server export Data Grid demo.

Additional Apps

This Grid example is part of unique collection of hundreds of ASP.NET Core demos, with which you can see all Telerik ASP.NET Core components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Telerik REPL for ASP.NET Core or ThemeBuilder.

Support & Learning Resources

Additional Resources