alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    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.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved