Commit 1a22fe0d authored by 张永's avatar 张永

1

parent 3b0db1c1
......@@ -172,11 +172,11 @@ public final class ZipUtil {
}
public static void main(String[] args) {
/*String targetPath = "D:\\data\\erp\\91330110MA2B16CL0G";
String targetPath = "d:/data/erp//excel/B00056/8/600001.一铭食品(上海)_报告下载_20240306/";
File file = ZipUtil.zip(targetPath);
System.out.println(file.getName()); */
File file = new File("C:\\Users\\zhangyong\\Desktop\\excel\\[7777]2021-01-14.zip");
ZipUtil.unzip(file, "C:\\Users\\zhangyong\\Desktop\\excel\\");
System.out.println(file.getName());
/*File file = new File("C:\\Users\\zhangyong\\Desktop\\excel\\[7777]2021-01-14.zip");
ZipUtil.unzip(file, "C:\\Users\\zhangyong\\Desktop\\excel\\");*/
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment