mango-excel-kit

mango's java tool kit list

License

License

GroupId

GroupId

com.github.mg0324
ArtifactId

ArtifactId

mango-excel-kit
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

mango-excel-kit
mango's java tool kit list
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

https://github.com/mg0324/mango-kit/tree/master/mango-excel-kit

Download mango-excel-kit

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.mg0324/mango-excel-kit/ -->
<dependency>
    <groupId>com.github.mg0324</groupId>
    <artifactId>mango-excel-kit</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mg0324/mango-excel-kit/
implementation 'com.github.mg0324:mango-excel-kit:0.2.0'
// https://jarcasting.com/artifacts/com.github.mg0324/mango-excel-kit/
implementation ("com.github.mg0324:mango-excel-kit:0.2.0")
'com.github.mg0324:mango-excel-kit:jar:0.2.0'
<dependency org="com.github.mg0324" name="mango-excel-kit" rev="0.2.0">
  <artifact name="mango-excel-kit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mg0324', module='mango-excel-kit', version='0.2.0')
)
libraryDependencies += "com.github.mg0324" % "mango-excel-kit" % "0.2.0"
[com.github.mg0324/mango-excel-kit "0.2.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.poi : poi jar 3.15

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
com.alibaba : fastjson jar 1.2.36

Project Modules

There are no modules declared in this project.

mango-kit

Java增强工具集 http://mg.meiflower.top/mango-kit

模块说明

  • mango-time-kit 基于cglib增强Java方法运行耗时监控工具。
  • mango-excel-kit 集成POI,基于xls模板,增强excel导出工具。
  • mango-validator-kit 集成 fluent-validator,并实现特定业务场景的后台验证框架工具。
  • mango-fast-kit 基于guavacglib实现多线程并行加速工具。

辅助操作

  • 为顶级 Module 设置新版本
mvn versions:set -DnewVersion=1.1-SANPSHOT
  • 更新所有子 Module 的版本
mvn versions:update-child-modules

Versions

Version
0.2.0
0.1.2
0.1.1
0.1.0