mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
remove methods
This commit is contained in:
2
hutool-poi/src/test/resources/test.csv
Normal file
2
hutool-poi/src/test/resources/test.csv
Normal file
@@ -0,0 +1,2 @@
|
||||
# 这是一行注释,读取时应忽略
|
||||
"sss,sss",姓名,"性别",关注"对象",年龄,"","""
|
Can't render this file because it contains an unexpected character in line 2 and column 33.
|
4
hutool-poi/src/test/resources/test_bean.csv
Normal file
4
hutool-poi/src/test/resources/test_bean.csv
Normal file
@@ -0,0 +1,4 @@
|
||||
姓名,gender,focus,age
|
||||
张三,男,无,33
|
||||
李四,男,好对象,23
|
||||
王妹妹,女,特别关注,22
|
|
7
hutool-poi/src/test/resources/test_lines.csv
Normal file
7
hutool-poi/src/test/resources/test_lines.csv
Normal file
@@ -0,0 +1,7 @@
|
||||
# 这是一行注释,读取时应忽略
|
||||
a,b,c,d
|
||||
1,2,3,4
|
||||
# 这是一行注释,读取时应忽略
|
||||
q,w,e,r,"我是一段
|
||||
带换行的内容"
|
||||
a,s,d,f
|
Can't render this file because it has a wrong number of fields in line 2.
|
Reference in New Issue
Block a user