. I have added two obejcts data source to Report Viewer. 2. in RDLC i have created two tables and in table Properties set PageBreakAtEnd ="True" 这样每个Table生成到单独的工作表中. http://forums.asp.net/t/1816764.aspx?RDLC+Mutiple+Sheets+in+Excel 来自为知笔记(Wiz)
js导出Excel表格 直接上代码: 红色部分:如果表格数据中有“1/1”这样的值,会在导出的Excel中转化为日期“1月1日”,所以才加上了红色那两句.如果返回值中没有这样的格式,红色部分可以不写. //Excel下载 function base64(content) { return window.btoa(unescape(encodeURIComponent(content))); } function exportOffice(dom, tableID, fName) { var ty