@apollo-office/sheets-numfmt
v1.0.1
Published
Number format services and commands for Univer Sheets.
Maintainers
Readme
@apollo-office/sheets-numfmt
@apollo-office/sheets-numfmt adds core number-format services and commands for Univer Sheets.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
| --- | --- | :---: | :---: | :---: |
| @apollo-office/sheets-numfmt | UniverSheetsNumfmt | No | No | Yes |
Installation
pnpm add @apollo-office/sheets-numfmt
# or
npm install @apollo-office/sheets-numfmtKeep all @univerjs/* packages on the same version.
Usage
import { UniverSheetsNumfmtPlugin } from '@apollo-office/sheets-numfmt';
univer.registerPlugin(UniverSheetsNumfmtPlugin);Integration Notes
Use this package with @apollo-office/sheets-numfmt-ui when users need number-format menus and editors.
