Thanks. I updated the docs online.
On Thursday 10 June 2021, 15:31:56 IST, [email protected] <[email protected]> wrote: Hello, I found a little typo and a wrong version in https://poi.apache.org/components/poi-jvm-languages.html#Scala+example Update: // Add the POI core and OOXML support dependencies into your build.sbt libraryDependencies ++= Seq( "org.apache.poi" % "poi" % "5.0.0", "org.apache.poi" % "poi-ooxml" % "5.0.0", "org.apache.poi" % "poi-ooxml-lite" % "5.0.0" ) a % was missing in the last line 5.0.0 is the correct version number Regards Bernhard Eichinger --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
