# @univerjs/engine-numfmt

## Package Overview

| Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales |
| --- | --- | --- | --- | --- | :---: | :---: |
| `@univerjs/engine-numfmt` | `UniverNumfmt` | [![][npm-version-shield]][npm-version-link] | ![][npm-license-shield] | ![][npm-downloads-shield] | ❌ | ❌ |

## Introduction

The `@univerjs/engine-formula` is a formula engine that provides fundamental capabilities for formula computation, including but not limited to: formula string parsing, formula calculation, and formula dependency analysis.

## Usage

### Installation

```shell
# Using npm
npm install @univerjs/engine-numfmt

# Using pnpm
pnpm add @univerjs/engine-numfmt
```

<!-- Links -->
[npm-version-shield]: https://img.shields.io/npm/v/@univerjs/engine-numfmt?style=flat-square
[npm-version-link]: https://npmjs.com/package/@univerjs/engine-numfmt
[npm-license-shield]: https://img.shields.io/npm/l/@univerjs/engine-numfmt?style=flat-square
[npm-downloads-shield]: https://img.shields.io/npm/dm/@univerjs/engine-numfmt?style=flat-square
