导出页面有2个sheet页,根据条件进行展示的,导出的时候也希望有权限的可以按权限去导出sheet页
https://help.fanruan.com/finereport10.0/doc-view-3233.html?source=4
你看我这个导出效果
参考URL直接导出报表内容-https://help.fanruan.com/finereport10.0/doc-view-1142.html
sheet可以根据序号导出,你根据权限来判断导出哪一张,或者全部导出
JS分页导出方法
contentPane.exportReportToExcel('page', [1]);//分页导出excel,并且只导出第二个sheet
其中的数字代表sheet序号,从零开始计数