由于XSSFWorkbook类型的Write方法限制,Write完成后就自动关闭流数据,所以无法很好的支持的Web模式,网上目前也未找到好的解决方案. 注意:若直接使用在WinForm项目中,必需先下载并在项目中引用NPOI2.0或以上版本的组件才可以正常使用. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Da
1.前台这块: var ids=""; $.post("${basePath}/assets/unRegDeviceAction_getDeviceIds.do",function(res){ ids=res; }) //创建Excel表 function btn_createExcel(){ ids=ids.replace("[","").replace("]",""); var da