File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ Note heap memory usage is measured just before flushing the workbook to the outp
34
34
35
35
## Prerequisites
36
36
37
- - Java 11 +. Build with Maven. (Fastexcel versions before 0.17 are compatible with Java 8.)
37
+ - Java 8 +. Build with Maven.
38
38
- Include the following dependency in your POM:
39
39
``` xml
40
40
<dependency >
41
41
<groupId >org.dhatim</groupId >
42
42
<artifactId >fastexcel</artifactId >
43
- <version >0.17 .0</version >
43
+ <version >0.18 .0</version >
44
44
</dependency >
45
45
```
46
46
@@ -337,7 +337,7 @@ In between there a more developer friendly wrapper around Apache Poi called [Exc
337
337
<dependency >
338
338
<groupId >org.dhatim</groupId >
339
339
<artifactId >fastexcel-reader</artifactId >
340
- <version >0.17 .0</version >
340
+ <version >0.18 .0</version >
341
341
</dependency >
342
342
```
343
343
You can’t perform that action at this time.
0 commit comments