@univerjs-pro/sheets-print
v0.25.2
Published
Print integration for Univer Sheets.
Readme
@univerjs-pro/sheets-print
@univerjs-pro/sheets-print provides print integration for Univer Sheets.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
| --- | --- | :---: | :---: | :---: |
| @univerjs-pro/sheets-print | UniverProSheetsPrint | Yes | Yes | Yes |
Installation
pnpm add @univerjs-pro/sheets-print
# or
npm install @univerjs-pro/sheets-printKeep all @univerjs/* and @univerjs-pro/* packages on the same version.
Usage
import '@univerjs-pro/sheets-print/lib/index.css';
import EnUS from '@univerjs-pro/sheets-print/locale/en-US';
import { UniverSheetsPrintPlugin } from '@univerjs-pro/sheets-print';
univer.registerPlugin(UniverSheetsPrintPlugin);
// Merge EnUS into your Univer locale map when this package contributes UI text.Integration Notes
Use this package with @univerjs-pro/print and the Univer Sheets UI packages.
