zhaojinyu e984acc6d0 first commit 10 ماه پیش
..
lib e984acc6d0 first commit 10 ماه پیش
LICENSE e984acc6d0 first commit 10 ماه پیش
README.md e984acc6d0 first commit 10 ماه پیش
package.json e984acc6d0 first commit 10 ماه پیش

README.md

@univerjs/sheets-find-replace

Package Overview

Package Name UMD Namespace Version License Downloads Contains CSS Contains i18n locales
@univerjs/sheets-find-replace UniverSheetsFindReplace ⭕️

Introduction

This package provides the feature to find and replace text in spreadsheets.

Usage

You should use this plugin with the @univerjs/find-replace package.

import { UniverFindReplacePlugin } from '@univerjs/find-replace';
import { UniverSheetsFindReplacePlugin } from '@univerjs/sheets-find-replace';

univer.registerPlugin(UniverFindReplacePlugin);
univer.registerPlugin(UniverSheetsFindReplacePlugin);

Installation

# Using npm
npm install @univerjs/sheets-find-replace

# Using pnpm
pnpm add @univerjs/sheets-find-replace