[](https://npmjs.org/packages/@univerjs-pro/exchange-client) [](https://img.shields.io/npm/l/@univerjs-pro/exch
npm install @univerjs-pro/exchange-client

The package provides the ability to import and export data between Univer and Excel.
``shell`
npm i @univerjs-pro/exchange-client
`javascript
import { UniverExchangeClientPlugin } from '@univerjs-pro/exchange-client';
univer.registerPlugin(UniverExchangeClientPlugin);
``