zhaojinyu e984acc6d0 first commit 3 kuukautta sitten
..
lib e984acc6d0 first commit 3 kuukautta sitten
LICENSE e984acc6d0 first commit 3 kuukautta sitten
README.md e984acc6d0 first commit 3 kuukautta sitten
package.json e984acc6d0 first commit 3 kuukautta sitten

README.md

@univerjs/sheets-formula

Package Overview

Package Name UMD Namespace Version License Downloads Contains CSS Contains i18n locales
@univerjs/sheets-formula UniverSheetsFormula ⭕️ ⭕️

Introduction

@univerjs/sheets-formula provides the ability to edit formulas in spreadsheets, including features such as auto-completion, formula suggestions, drop-down filling for formulas, and copy-paste functionality.

[!NOTE] Formula calculation is one of the core functionalities of spreadsheets, and formula calculation scheduling is done in @univerjs/sheets.

Usage

Installation

# Using npm
npm install @univerjs/sheets-formula

# Using pnpm
pnpm add @univerjs/sheets-formula

How To Customize Formulas

If the officially provided formula does not meet your needs, you can expand the formula yourself. Depending on different needs, we provide multiple ways to support registering one or more custom formulas.