Commit 9ee3817b authored by Quxl's avatar Quxl

c

parent 2ad7c4e7
...@@ -3,8 +3,6 @@ package com.egolm.common; ...@@ -3,8 +3,6 @@ package com.egolm.common;
import java.io.BufferedWriter; import java.io.BufferedWriter;
import java.io.File; import java.io.File;
import java.io.FileInputStream; import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException; import java.io.IOException;
import java.io.InputStream; import java.io.InputStream;
import java.io.OutputStream; import java.io.OutputStream;
...@@ -252,9 +250,4 @@ public class ExcelUtil { ...@@ -252,9 +250,4 @@ public class ExcelUtil {
} }
} }
public static void main(String[] args) throws FileNotFoundException, IOException {
String[][] ds = new String[][]{{"1", "2", "3"}, {"4", "5", "6"}};
ExcelUtil.csv(new FileOutputStream("D:/test.csv"), ds);
}
} }
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