Skip to content

Latest commit

 

History

History

sheets-find-replace

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@univerjs/sheets-find-replace

npm version license i18n

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