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 1db3170 commit ae46c58Copy full SHA for ae46c58
api/build.gradle
@@ -162,7 +162,7 @@ dependencies {
162
163
// https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml
164
compile group: "org.apache.poi", name: "poi", version: "3.16"
165
- compile group: "org.apache.poi", name: "poi-ooxml", version: "3.16"
+ compile group: "org.apache.poi", name: "poi-ooxml", version: "4.1.1"
166
167
// https://mvnrepository.com/artifact/com.opencsv/opencsv
168
compile group: "com.opencsv", name: "opencsv", version: "3.9"
0 commit comments