File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed
easyexcel-test/src/test/java/com/alibaba/easyexcel/test/temp Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ public void test() throws Exception {
52
52
File file = new File ("/Users/zhuangjiaju/IdeaProjects/easyexcel/src/test/resources/converter/converter07.xlsx" );
53
53
54
54
List <Object > list = EasyExcel .read (
55
- "/Users/zhuangjiaju/Downloads/证券投资基金估值表_外贸信托-稳盈淳享37号集合资金信托计划_2024-07-23.xls" )
55
+ "/Users/zhuangjiaju/Downloads/证券投资基金估值表_外贸信托-稳盈淳享37号集合资金信托计划_2024-07-23(1) .xls" )
56
56
//.useDefaultListener(false)
57
57
.sheet (0 )
58
58
.headRowNumber (0 ).doReadSync ();
Original file line number Diff line number Diff line change 93
93
<version >3.3.4</version >
94
94
</dependency >
95
95
96
+ <dependency >
97
+ <groupId >org.apache.commons</groupId >
98
+ <artifactId >commons-csv</artifactId >
99
+ <version >1.11.0</version >
100
+ </dependency >
101
+
96
102
<dependency >
97
103
<groupId >org.apache.poi</groupId >
98
104
<artifactId >poi</artifactId >
103
109
<artifactId >poi-ooxml</artifactId >
104
110
<version >5.2.5</version >
105
111
</dependency >
106
- <dependency >
107
- <groupId >org.apache.commons</groupId >
108
- <artifactId >commons-csv</artifactId >
109
- <version >1.11.0</version >
110
- </dependency >
112
+
111
113
<dependency >
112
114
<groupId >org.ehcache</groupId >
113
115
<artifactId >ehcache</artifactId >
114
116
<version >3.9.11</version >
115
117
</dependency >
118
+ <dependency >
119
+ <groupId >commons-io</groupId >
120
+ <artifactId >commons-io</artifactId >
121
+ <version >2.16.1</version >
122
+ </dependency >
116
123
<dependency >
117
124
<groupId >org.slf4j</groupId >
118
125
<artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change 1
1
# 4.0.2
2
2
3
3
* 兼容某些特殊的xls: 修改了内置的样式导致判断样式错误
4
+ * 重新加回 ` commons-io `
4
5
5
6
# 4.0.1
6
7
You can’t perform that action at this time.
0 commit comments