JSPM

@univerjs-pro/sheets-pivot

0.6.2-nightly.202503031606
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 50394
  • Score
    100M100P100Q184900F

Univer Sheets Pivot Table

Package Exports

    Readme

    @univerjs-pro/sheets-pivot

    npm version license CSS Included i18n

    Introduction

    A pivot table is a powerful data analysis tool used for quickly and dynamically summarizing and analyzing large volumes of data. It allows users to group, filter, sort, and aggregate raw data across different dimensions, revealing patterns and trends within the data. By dragging and dropping fields to define rows, columns, and values, users can create cross-tabulated tables for multi-level data summarization. Common functions include sum, count, average, maximum/minimum, and more, enabling users to derive valuable insights from complex data. Pivot tables are ideal for scenarios such as financial analysis, business monitoring, and sales data reporting.

    Usage

    Installation

    # Using npm
    npm install @univerjs-pro/sheets-pivot-ui @univerjs-pro/sheets-pivot
    
    # Using pnpm
    pnpm add @univerjs-pro/sheets-pivot-ui @univerjs-pro/sheets-pivot

    Import

    import { UniverSheetsPivotTablePlugin } from '@univerjs-pro/sheets-pivot';
    import { UniverSheetsPivotTableUIPlugin } from '@univerjs-pro/sheets-pivot-ui';
    
    univer.registerPlugin(UniverSheetsPivotTablePlugin);
    univer.registerPlugin(UniverSheetsPivotTableUIPlugin);