Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
common
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
曲欣亮
common
Commits
9ee3817b
Commit
9ee3817b
authored
Nov 06, 2020
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
c
parent
2ad7c4e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
ExcelUtil.java
src/main/java/com/egolm/common/ExcelUtil.java
+0
-7
No files found.
src/main/java/com/egolm/common/ExcelUtil.java
View file @
9ee3817b
...
@@ -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
);
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment