New to Telerik UI for ASP.NET Core? Download free 30-day trial
Export to Excel
- EXAMPLE
- VIEW SOURCE
-
EDIT IN TELERIK REPL
-
Change Theme
default
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
- Main
- Main Dark
- Nordic
- Urban
- Vintage
- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
- Main
- Main Dark
- Opal
- Silver
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The Telerik UI for ASP.NET Core TreeList allows you to export data-bound content to Excel, using the current column order, visibility, sorting, filtering, aggregates, and dimensions to generate the Excel file. By default, it exports only the current single page; however, you can export multiple pages by setting the AllPages property to true.
You can enable the export option by including the corresponding toolbar command and configuring the export settings with .Toolbar(tools => tools.Excel()).