-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Plugin: Print
EN 【中文文档在下方】
Luckysheet Print Plugin
Online experience address: Luckysheet Export Demo
Function Print the current worksheet or selected range.
-
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
-
Put it in the designated directory of the project
Put it in luskysheet/src/expandPlugins/print folder.
-
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'
}
}]
})
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或者选取的范围
-
下载打印插件
下载打印插件压缩包,解压出js文件 print.js 和 临时 License 文件 SecretKey.txt
-
放到项目指定位置
放到 luskysheet/src/expandPlugins/print 文件夹下
-
配置
luckysheet前端已经在工具栏配置打印按钮了
luckysheet. create({
plugins:[{
name: 'print',
config:{
license: 'Your License'
}
}]
})
体验完成之后,请及时联系销售购买永久License。替换 License 文件 SecretKey.txt。