|
@@ -22,7 +22,6 @@ public class ExportExcelUtils {
|
|
|
* @throws Exception
|
|
|
* @Title: exportExcel
|
|
|
* @Description: 导出Excel的方法
|
|
|
- * @author: evan @ 2014-01-09
|
|
|
*/
|
|
|
public void exportExcel(XSSFWorkbook workbook, int sheetNum,
|
|
|
String sheetTitle, String[] headers, List<List<Object>> result) throws Exception {
|