0.6.6 • Published 3 months ago

@univerjs/sheets-numfmt-ui 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-uiUniverSheetsNumfmtUI⭕️⭕️

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 { UniverSheetsNumfmtUIPlugin } 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(UniverSheetsNumfmtUIPlugin);

!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