|
|
@ -88,13 +88,16 @@ public class ExcelTest {
|
|
|
|
File f = new File("D:/test/4.xlsx");
|
|
|
|
File f = new File("D:/test/4.xlsx");
|
|
|
|
Date d = new Date();
|
|
|
|
Date d = new Date();
|
|
|
|
XSSFWorkbook workbook = null;
|
|
|
|
XSSFWorkbook workbook = null;
|
|
|
|
|
|
|
|
List<String> rowErr = null;
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
workbook = new XSSFWorkbook(f);
|
|
|
|
workbook = new XSSFWorkbook(f);
|
|
|
|
list = ExcelOperation.readExcel4Update(workbook, Constant.EXCEL_TEMPLATE_INIT_ROW, 0, PreDataInfo.class, "workRange","id","sysCode","updateTime");
|
|
|
|
rowErr = new ArrayList<String>();
|
|
|
|
|
|
|
|
list = ExcelOperation.readExcel4Update(workbook, Constant.EXCEL_TEMPLATE_INIT_ROW, 0, f.getName(), rowErr ,new PreDataInfo(), "id", "dataId", "workRange","sysCode","updateTime","userTablespaceStatus", "checkoutIndicateStatus", "checkoutPayStatus", "userTablespacePath", "checkoutIndicatePath", "checkoutPayPath", "sqlList", "dataVersion", "collectingTime", "collUpdate");
|
|
|
|
} catch (IllegalArgumentException
|
|
|
|
} catch (IllegalArgumentException
|
|
|
|
| IllegalAccessException | InstantiationException | InvalidFormatException | IOException e) {
|
|
|
|
| IllegalAccessException | InstantiationException | InvalidFormatException | IOException e) {
|
|
|
|
e.printStackTrace();
|
|
|
|
e.printStackTrace();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
System.out.println(rowErr);
|
|
|
|
System.err.println(new Date().getTime() - d.getTime());
|
|
|
|
System.err.println(new Date().getTime() - d.getTime());
|
|
|
|
System.out.println("----"+list.size());
|
|
|
|
System.out.println("----"+list.size());
|
|
|
|
}
|
|
|
|
}
|
|
|
|