Files
univer/packages/sheets-find-replace

@univerjs/sheets-find-replace

npm version license downloads

@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-replace

Keep 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.

Resources