main
黄海 8 months ago
parent 569c62be04
commit 4af8df8bcd

@ -11,6 +11,7 @@ import org.apache.poi.ss.usermodel.Row;
import org.apache.poi.xssf.usermodel.XSSFCellStyle;
import org.apache.poi.xssf.usermodel.XSSFSheet;
import org.apache.poi.xssf.usermodel.XSSFWorkbook;
import org.dom4j.DocumentException;
import java.io.File;
import java.io.IOException;
@ -33,7 +34,7 @@ public class C3 {
String stageName;
}
public static void main(String[] args) throws IOException, InvalidFormatException, InterruptedException {
public static void main(String[] args) throws IOException, InvalidFormatException, InterruptedException, DocumentException {
//初始化数据库连接
LocalMysqlConnectUtil.Init();
//实例化

Loading…
Cancel
Save