Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Plugin: Print

tonytonychopper123 edited this page May 20, 2023 · 16 revisions

EN 【中文文档在下方】

Introduction

Luckysheet Print Plugin

Online experience address: Luckysheet Export Demo

Function Print the current worksheet or selected range.

Usage

  1. Download the print plugin Download the print plug-in compressed package, unzip the file print.js and the temporary License file SecretKey.txt.

    Address: Luckysheet Plugin Download

  2. Put it in the designated directory of the project

    Put it in luskysheet/src/expandPlugins/print folder.

  3. Configuration

    The front end of Luckysheet already supports the print button on the toolbar through configuration

luckysheet. create({
     plugins:[{
         name: 'print',
         config:{
            license: 'Your License'
         }
     }]
})

Notice

After the experience is complete, please contact sales to purchase a permanent license in time. Replace the License file SecretKey.txt.

ZH

介绍

Luckysheet打印插件

在线体验地址:Luckysheet Print Demo

功能

打印当前worksheet或者选取的范围

使用

  1. 下载打印插件

    下载打印插件压缩包,解压出js文件 print.js 和 临时 License 文件 SecretKey.txt

    地址:Luckysheet 插件下载

  2. 放到项目指定位置

    放到 luskysheet/src/expandPlugins/print 文件夹下

  3. 配置

    luckysheet前端已经在工具栏配置打印按钮了

luckysheet. create({
     plugins:[{
         name: 'print',
         config:{
            license: 'Your License'
         }
     }]
})

注意

体验完成之后,请及时联系销售购买永久License。替换 License 文件 SecretKey.txt。

Clone this wiki locally