Commit 476b1465 by 王军业

【加入日志】

1 parent 1e5eb5e6
...@@ -101,6 +101,7 @@ public class ImportExcel { ...@@ -101,6 +101,7 @@ public class ImportExcel {
System.out.print(column+" "); System.out.print(column+" ");
} }
System.out.println(); System.out.println();
Set<String> keys=headerTitle.keySet(); Set<String> keys=headerTitle.keySet();
System.out.println("实际导入excel表格的表头:"); System.out.println("实际导入excel表格的表头:");
for(String key:keys) { for(String key:keys) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!