| License |
License
The Apache Software License, Version 2.0
|
|---|---|
| GroupId | GroupIdcn.minsin |
| ArtifactId | ArtifactIdmutils-excel |
| Last Version | Last Version0.4.4.RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmutils-excel
mutils组件中提供 Excel解析、导入等操作,该组件不可单独引用至maven依赖。详情请查看ExcelFunctions
|
| Filename | Size |
|---|---|
| mutils-excel-0.4.4.RELEASE.pom | |
| mutils-excel-0.4.4.RELEASE.jar | 17 KB |
| mutils-excel-0.4.4.RELEASE-sources.jar | 11 KB |
| mutils-excel-0.4.4.RELEASE-javadoc.jar | 97 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.minsin/mutils-excel/ -->
<dependency>
<groupId>cn.minsin</groupId>
<artifactId>mutils-excel</artifactId>
<version>0.4.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.minsin/mutils-excel/
implementation 'cn.minsin:mutils-excel:0.4.4.RELEASE'
// https://jarcasting.com/artifacts/cn.minsin/mutils-excel/
implementation ("cn.minsin:mutils-excel:0.4.4.RELEASE")
'cn.minsin:mutils-excel:jar:0.4.4.RELEASE'
<dependency org="cn.minsin" name="mutils-excel" rev="0.4.4.RELEASE">
<artifact name="mutils-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.minsin', module='mutils-excel', version='0.4.4.RELEASE')
)
libraryDependencies += "cn.minsin" % "mutils-excel" % "0.4.4.RELEASE"
[cn.minsin/mutils-excel "0.4.4.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| cn.minsin : mutils-core-web | jar | 0.1.7.RELEASE |
| org.apache.poi : poi | jar | 4.0.0 |
| org.apache.poi : poi-ooxml | jar | 4.0.0 |
| cn.minsin : mutils-core | jar | 0.1.7.RELEASE |
| org.springframework.boot : spring-boot | jar |