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.
richie
3e4d98e59f
|
6 years ago | |
---|---|---|
lib/report | 6 years ago | |
src/main | 6 years ago | |
.gitignore | 6 years ago | |
build.xml | 6 years ago | |
plugin.xml | 6 years ago | |
pom.xml | 6 years ago | |
readme.md | 6 years ago |
readme.md
动态显示sheet示例
使用示例
给多sheet模板添加参数,形如
/decision/view/report?viewlet=WorkBook6.cpt&op=write&SHEETNOTSHOW=0
如果这个模板有sheet1、sheet2、sheet3三个sheet,就只会展示出来sheet2和sheet3
该参数也可以传sheet的名字
/decision/view/report?viewlet=WorkBook6.cpt&op=write&SHEETNOTSHOW=sheet1
效果一样
注意事项
如果需要更加灵活的控制sheet展示,比如可以只展示允许的sheet,需要自行对代码做二次开发。