@univerjs/sheets-find-replace
v0.22.1
Published
Find and replace integration for Univer Sheets.
Readme
@univerjs/sheets-find-replace
@univerjs/sheets-find-replace extends shared find and replace capabilities to worksheets in Univer Sheets.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
| --- | --- | :---: | :---: | :---: |
| @univerjs/sheets-find-replace | UniverSheetsFindReplace | No | Yes | Yes |
Installation
pnpm add @univerjs/sheets-find-replace
# or
npm install @univerjs/sheets-find-replaceKeep all @univerjs/* packages on the same version.
Usage
import EnUS from '@univerjs/sheets-find-replace/locale/en-US';
import { UniverSheetsFindReplacePlugin } from '@univerjs/sheets-find-replace';
univer.registerPlugin(UniverSheetsFindReplacePlugin);
// Merge EnUS into your Univer locale map when this package contributes UI text.Integration Notes
Use this package with @univerjs/find-replace to share find and replace infrastructure across Univer surfaces.
