is not current version
Last Version 0.0.5-Release

com.gitee.bodboy:poi-utils 0.0.3-Release

this is a util jar about operation excel,word. You can use the encapsulated method to generate Word or Excel on your own

GroupId

GroupId

com.gitee.bodboy
ArtifactId

ArtifactId

poi-utils
Version

Version

0.0.3-Release
Type

Type

jar

Download poi-utils 0.0.3-Release


<!-- https://jarcasting.com/artifacts/com.gitee.bodboy/poi-utils/ -->
<dependency>
    <groupId>com.gitee.bodboy</groupId>
    <artifactId>poi-utils</artifactId>
    <version>0.0.3-Release</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.bodboy/poi-utils/
implementation 'com.gitee.bodboy:poi-utils:0.0.3-Release'
// https://jarcasting.com/artifacts/com.gitee.bodboy/poi-utils/
implementation ("com.gitee.bodboy:poi-utils:0.0.3-Release")
'com.gitee.bodboy:poi-utils:jar:0.0.3-Release'
<dependency org="com.gitee.bodboy" name="poi-utils" rev="0.0.3-Release">
  <artifact name="poi-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.bodboy', module='poi-utils', version='0.0.3-Release')
)
libraryDependencies += "com.gitee.bodboy" % "poi-utils" % "0.0.3-Release"
[com.gitee.bodboy/poi-utils "0.0.3-Release"]