| License |
License
The Apache Software License, Version 2.0
|
|---|---|
| GroupId | GroupIdcn.minsin.excel |
| ArtifactId | ArtifactIdmutils-excel |
| Last Version | Last Version1.0.RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmutils-excel
mutils组件中提供 Excel解析、导入等操作
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| mutils-excel-1.0.RELEASE.pom | |
| mutils-excel-1.0.RELEASE.jar | 30 KB |
| mutils-excel-1.0.RELEASE-sources.jar | 18 KB |
| mutils-excel-1.0.RELEASE-javadoc.jar | 151 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.minsin.excel/mutils-excel/ -->
<dependency>
<groupId>cn.minsin.excel</groupId>
<artifactId>mutils-excel</artifactId>
<version>1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.minsin.excel/mutils-excel/
implementation 'cn.minsin.excel:mutils-excel:1.0.RELEASE'
// https://jarcasting.com/artifacts/cn.minsin.excel/mutils-excel/
implementation ("cn.minsin.excel:mutils-excel:1.0.RELEASE")
'cn.minsin.excel:mutils-excel:jar:1.0.RELEASE'
<dependency org="cn.minsin.excel" name="mutils-excel" rev="1.0.RELEASE">
<artifact name="mutils-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.minsin.excel', module='mutils-excel', version='1.0.RELEASE')
)
libraryDependencies += "cn.minsin.excel" % "mutils-excel" % "1.0.RELEASE"
[cn.minsin.excel/mutils-excel "1.0.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api Optional | jar | 4.0.1 |
| cn.minsin.core : mutils-core | jar | 4.0.1.RELEASE |
| org.apache.poi : poi | jar | 4.0.0 |
| org.apache.poi : poi-ooxml | jar | 4.0.0 |