# @univerjs/sheets-ui ## Package Overview | Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales | | --- | --- | --- | --- | --- | :---: | :---: | | `@univerjs/sheets-ui` | `UniverSheetsUi` | [![][npm-version-shield]][npm-version-link] | ![][npm-license-shield] | ![][npm-downloads-shield] | ⭕️ | ⭕️ | ## Introduction The `@univerjs/sheets-ui` library provides the user interface (UI) for sheets, including: * Keyboard shortcuts and menu items for basic sheet functions * Copy-paste service, allowing customization of copy-paste behavior for specific features via the provided methods * Autofill service, enabling customization of autofill behavior for specific features via the provided methods * Cell editor and formula editor * Rendering spreadsheets in canvas ## Usage ### Installation ```shell # Using npm npm install @univerjs/sheets-ui # Using pnpm pnpm add @univerjs/sheets-ui ``` [npm-version-shield]: https://img.shields.io/npm/v/@univerjs/sheets-ui?style=flat-square [npm-version-link]: https://npmjs.com/package/@univerjs/sheets-ui [npm-license-shield]: https://img.shields.io/npm/l/@univerjs/sheets-ui?style=flat-square [npm-downloads-shield]: https://img.shields.io/npm/dm/@univerjs/sheets-ui?style=flat-square