@univerjs-pro/sheets-pivot
v0.25.0
Published
Pivot table integration for Univer Sheets.
Readme
@univerjs-pro/sheets-pivot
@univerjs-pro/sheets-pivot provides pivot table integration for Univer Sheets.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
| --- | --- | :---: | :---: | :---: |
| @univerjs-pro/sheets-pivot | UniverProSheetsPivot | No | Yes | Yes |
Installation
pnpm add @univerjs-pro/sheets-pivot
# or
npm install @univerjs-pro/sheets-pivotKeep all @univerjs/* and @univerjs-pro/* packages on the same version.
Usage
import EnUS from '@univerjs-pro/sheets-pivot/locale/en-US';
import { UniverSheetsPivotTablePlugin } from '@univerjs-pro/sheets-pivot';
univer.registerPlugin(UniverSheetsPivotTablePlugin);
// Merge EnUS into your Univer locale map when this package contributes UI text.