|
|
3 ヶ月 前 | |
|---|---|---|
| .. | ||
| lib | 3 ヶ月 前 | |
| LICENSE | 3 ヶ月 前 | |
| README.md | 3 ヶ月 前 | |
| package.json | 3 ヶ月 前 | |
| Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales |
|---|---|---|---|---|---|---|
@univerjs/sheets-find-replace |
UniverSheetsFindReplace |
❌ | ⭕️ |
This package provides the feature to find and replace text in spreadsheets.
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);
# Using npm
npm install @univerjs/sheets-find-replace
# Using pnpm
pnpm add @univerjs/sheets-find-replace