Back to Devexpress

Export Data in Blazor TreeList

blazor-405163-components-treelist-export.md

latest741 B
Original Source

Export Data in Blazor TreeList

  • Jun 18, 2025

The TreeList allows you to export data to CSV, PDF, XLS, and XLSX formats. Depending on the format, the output file can reflect the node hierarchy, current filter, and sort settings.

Read Tutorial: Export to CSVRead Tutorial: Export to PDFRead Tutorial: Export to XLS/XLSX

You can write an export result to a stream or file. Built-in TreeList API members allow you to configure export settings and customize the document’s appearance.