# @univerjs-pro/engine-pivot

[![npm version](https://img.shields.io/npm/v/@univerjs-pro/engine-pivot?style=flat-square)](https://npmjs.com/package/@univerjs-pro/engine-pivot)
[![downloads](https://img.shields.io/npm/dm/@univerjs-pro/engine-pivot?style=flat-square)](https://npmjs.com/package/@univerjs-pro/engine-pivot)

`@univerjs-pro/engine-pivot` provides pivot table calculation engine for Univer Pro.

## Package Overview

| Package | UMD global | CSS | Locales | Facade entry |
| --- | --- | :---: | :---: | :---: |
| `@univerjs-pro/engine-pivot` | `UniverProEnginePivot` | No | No | No |

## Installation

```sh
pnpm add @univerjs-pro/engine-pivot
# or
npm install @univerjs-pro/engine-pivot
```

Keep all `@univerjs/*` and `@univerjs-pro/*` packages on the same version.

## Usage

```ts
import { PivotModel, PivotTable } from '@univerjs-pro/engine-pivot';
```

## Resources

- [Documentation](https://docs.univer.ai/guides/pro)
- [NPM package](https://npmjs.com/package/@univerjs-pro/engine-pivot)

