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

Export to Excel Server-Side

The approach demonstrated in this article is now deprecated in favor of the server-side processing concept.

The following example demonstrates how to export the Kendo UI Grid data as an Excel document by implementing it through the NPOI open-source library as well as the Microsoft OpenXML SDK.

To see the example, refer to the project on how to export to Excel on the server side.

See Also

In this article