Enum ExportType
Specifies the available export formats for pivot table data. The available export options are:
- Excel: Exports the data in Microsoft Excel format.
- CSV: Exports the data in CSV (Comma-Separated Values) format.
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ExportType
Fields
| Name | Description |
|---|---|
| CSV | Exports the data in CSV (Comma-Separated Values) format. The data is flattened into a plain tabular format without pivot-specific features. |
| Excel | Exports the data in Microsoft Excel format. This format retains the native Excel pivot table structure, allowing interactive features such as filtering, field manipulation, and drill-down. |