@SuppressWarnings("unchecked") public String batchExport() throws DBException{ @SuppressWarnings("unused") List chkList = this.checkValueToList();//获取复选框的值 List srcfile=new ArrayList(); SimpleDateFormat sdf = new SimpleDateFormat("
<1> using System; using System.Collections.Generic; using System.Linq; using System.Web; using NPOI.HSSF.UserModel; using NPOI.SS.UserModel; using NPOI.SS.Formula.Functions; using System.IO; using System.Text; namespace 导入导出Excel { /// <summary&g
1,需要依赖的jar包, <!-- POI(operate excel) start --> <!-- the version of the following POI packages must be consistent --> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>3.17&