@univerjs-pro/sheets-print
Print integration for Univer Sheets.
import { UniverSheetsPrintPlugin } from '@univerjs-pro/sheets-print'
univer.registerPlugin(UniverSheetsPrintPlugin, IUniverSheetsPrintConfig)IUniverSheetsPrintConfig
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
}