zhnyxhcw.frm
最近领导需要把frm文件的报表导出excel,请问该怎么做?finereport 8.0。下载了插件,但是提示报表错误。加了个button,加了参数,加了sessionid,报错
https://help.finereport.com/doc-view-1476.html
你先安装决策报表导出的插件,然后加一个按钮控件,然后在按钮控件里加一个事件
var REPORT_URL = '${servletURL}?viewlet=doc/frm/example.frm&op=export&format=excel&sessionID=' + aaa;window.location = encodeURI(REPORT_URL);
8.0自定义导出excel
自定义导出按钮-http://help.finereport.com/finereport8.0/doc-view-925.html
你的设计器里的doc文件夹在吗
决策报表不支持你这种导出方式:&format=excel
需要用到下面的导出方法:
https://help.fanruan.com/finereport/doc-view-1476.html?source=4