mirror of
https://github.com/dream-num/univer.git
synced 2026-09-19 02:18:42 +08:00
style-univer
English| 简体中文
Introduction
UniverSheet Plugin ImportXlsx
Installation
npm i @univerjs/sheets-plugin-import-xlsx
Usage
import { ImportXlsx } from '@univerjs/sheets-plugin-import-xlsx';
const univerSheet = new UniverSheet();
univerSheet.installPlugin(new ImportXlsx());
Local development
Requirements
Installation
pnpm install
Development
# Current directory ./packages/sheets-plugin-import-xlsx/
npm run dev
# Or project root directory ./
pnpm run --filter @univerjs/sheets-plugin-import-xlsx dev
Package
# Current directory ./packages/sheets-plugin-import-xlsx/
npm run build
# Or root directory ./
pnpm run --filter @univerjs/sheets-plugin-import-xlsx build