@univerjs-pro/exchange-client
v0.25.0
Published
Workbook import and export client integration for Univer Pro.
Downloads
359,725
Readme
@univerjs-pro/exchange-client
@univerjs-pro/exchange-client provides workbook import and export client integration for Univer Pro.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
| --- | --- | :---: | :---: | :---: |
| @univerjs-pro/exchange-client | UniverProExchangeClient | Yes | Yes | Yes |
Installation
pnpm add @univerjs-pro/exchange-client
# or
npm install @univerjs-pro/exchange-clientKeep all @univerjs/* and @univerjs-pro/* packages on the same version.
Usage
import '@univerjs-pro/exchange-client/lib/index.css';
import EnUS from '@univerjs-pro/exchange-client/locale/en-US';
import { UniverExchangeClientPlugin } from '@univerjs-pro/exchange-client';
univer.registerPlugin(UniverExchangeClientPlugin);
// Merge EnUS into your Univer locale map when this package contributes UI text.