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

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