You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
多sheet懒加载插件
**特性:**第一次只会计算第一个sheet,后台计算也是如此,后续点击一个sheet再去计算一个sheet,解决sheet过多时计算比较慢的问题,缺点是无法处理sheet间运算。如下图所示,点击“懒加载多sheet”即可看到效果:
![lazy](/fanruan/plugin-report-lazy-sheet/media/commit/415b91dbdd59359c88e687f92202e221487de536/screenshots/lazy_preview.png)
下面来看一下测试结果,现有一张多sheet报表,分别有两个数据集ds1和ds2,ds1用在sheet1中,ds2用在sheet2中,分别看一下一般的op=view
预览方式和加了插件后的op=view&__lazy__==true
的预览结果: