@univerjs-pro/sheets-print

GitHubEdit on GitHub

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
}

Table of Contents

Capalyze