@univerjs-pro/sheets-print
Print integration for Univer Sheets.
TypeScript
import { UniverSheetsPrintPlugin } from '@univerjs-pro/sheets-print'univer.registerPlugin(UniverSheetsPrintPlugin, IUniverSheetsPrintConfig)Entry Points
- Facade:
@univerjs-pro/sheets-print/facade - Locale:
@univerjs-pro/sheets-print/locale/*
IUniverSheetsPrintConfig
TypeScript
import type { MenuConfig } from '@univerjs/ui'export interface IUniverSheetsPrintConfig { menu?: MenuConfig /** * Whether to force the watermark to be displayed when printing * @default false */ enforceWatermark?: boolean}How is this guide?