0.6.6 • Published 3 months ago

@univerjs/sheets-numfmt v0.6.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 months ago

@univerjs/sheets-numfmt-ui

sheets-numfmt

Package Overview

Package NameUMD NamespaceVersionLicenseDownloadsContains CSSContains i18n locales
@univerjs/sheets-numfmt-uiUniverSheetsNumfmt⭕️⭕️

Introduction

Providing editing/rendering capabilities around number format, such as edit panels, toolbar buttons, real-time previews, row/column variations, etc.

!NOTE Numerical format is one of the core functions of electronic spreadsheets, and therefore, parsing and handling of numerical format is done within @univerjs/sheets.

Usage

Installation

# Using npm
npm install @univerjs/sheets-numfmt-ui

# Using pnpm
pnpm add @univerjs/sheets-numfmt-ui

How to use

Import @univerjs/sheets-numfmt-ui at the entrance .

import { LocaleType, LogLevel, Univer } from '@univerjs/core';
import { defaultTheme } from '@univerjs/design';
import { UniverSheetsNumfmtPlugin } from '@univerjs/sheets-numfmt-ui';

// univer
const univer = new Univer({
    theme: defaultTheme,
    locale: LocaleType.EN_US,
    locales,
    logLevel: LogLevel.VERBOSE,
});

// ... Other plug-ins are registered

univer.registerPlugin(UniverSheetsNumfmtPlugin);

!NOTE If you need to export the snapshot to support the export data format, you need to add some additional code

0.6.6

3 months ago

0.6.5

3 months ago

0.6.3

4 months ago

0.6.4

3 months ago

0.6.2

4 months ago

0.6.1

4 months ago

0.6.0

4 months ago

0.6.0-alpha.0

5 months ago

0.5.5

5 months ago

0.5.4

5 months ago

0.5.3

6 months ago

0.5.2

6 months ago

0.5.1

7 months ago

0.5.0

7 months ago

0.5.0-beta.1

7 months ago

0.5.0-beta.0

7 months ago

0.5.0-alpha.0

7 months ago

0.4.2

8 months ago

0.4.1

8 months ago

0.4.0

8 months ago

0.4.0-alpha.2

8 months ago

0.4.0-alpha.1

8 months ago

0.4.0-alpha.0

8 months ago

0.3.0

9 months ago

0.3.0-alpha.0

9 months ago

0.3.0-alpha.1

9 months ago

0.2.15

9 months ago

0.2.14

9 months ago

0.2.13

9 months ago

0.2.12

10 months ago

0.2.11

10 months ago

0.2.10

10 months ago

0.2.9

10 months ago

0.2.8

10 months ago

0.2.7

10 months ago

0.2.6

11 months ago

0.2.5

11 months ago

0.2.4-alpha.0

11 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.16

12 months ago

0.1.17

12 months ago

0.2.3

11 months ago

0.2.2

12 months ago

0.2.4

11 months ago

0.1.12

1 year ago

0.1.13

1 year ago

0.1.14

1 year ago

0.1.15

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0-beta.5

1 year ago

0.1.0-beta.4

1 year ago

0.1.0-beta.3

1 year ago

0.1.0-beta.2

1 year ago

0.1.0-beta.1

1 year ago

0.1.0-beta.0

1 year ago

0.1.0-alpha.3

2 years ago

0.1.0-alpha.2

2 years ago

0.1.0-alpha.1

2 years ago