blob: 33d0e1bc03efb55c34791d887adcc2b0801d258b (
plain)
1
2
3
4
5
6
|
// Add the POI core and OOXML support dependencies into your build.sbt
libraryDependencies ++= Seq(
"org.apache.poi" % "poi" % "3.17",
"org.apache.poi" % "poi-ooxml" % "3.17",
"org.apache.poi" % "poi-ooxml-schemas" "3.17",
)
|