在有5个sheet页签的CPT文件中,如何通过JS实现导出仅包含其中第2和第4个页签的EXCEL文件,JS怎么写?
参考URL直接导出报表内容-https://help.fanruan.com/finereport/doc-view-1142.html
设置一个按钮,点击事件,js语句
var url="${servletURL}?viewlet=XXXX.cpt&format=excel&sheets=[3,5]";
window.open(encodeURI(encodeURI(url)));
https://help.fanruan.com/finereport/doc-view-3233.html?source=4