We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f734eb commit d723327Copy full SHA for d723327
SpringBootExcel/build.gradle
@@ -25,7 +25,7 @@ repositories {
25
26
dependencies {
27
compile('org.apache.poi:poi-ooxml:4.1.0') // .xlsx
28
- compile('org.apache.poi:poi:4.0.0') // .xls
+ compile('org.apache.poi:poi:4.1.0') // .xls
29
30
compile('org.springframework.boot:spring-boot-starter-web')
31
testCompile('org.springframework.boot:spring-boot-starter-test')
0 commit comments