m

mbql-easyexcel-model

Easy to use and convenient package Excel components based on EasyExcel, out of the box, support automatic configuration Excel import and export, custom styles, cell merge, drop down box, comment and check and other functions, code intrusion is small, compatible with the source framework, I hope this framework packaging can bring you something.
https://github.com/mbql/mbql-easyexcel-model
Apache License, Version 2.0
Pivotal
mbql
文件下载
文件名 操作
mbql-easyexcel-model-1.0.0.jar 下载
mbql-easyexcel-model-1.0.0.pom 下载
mbql-easyexcel-model-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.mbql</groupId>
  <artifactId>mbql-easyexcel-model</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.mbql:mbql-easyexcel-model:1.0.0'
Gradle Kotlin
implementation("io.github.mbql:mbql-easyexcel-model:1.0.0")
Scala SBT
libraryDependencies += "io.github.mbql" % "mbql-easyexcel-model" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.mbql', module='mbql-easyexcel-model', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.mbql" name="mbql-easyexcel-model" rev="1.0.0" />
Leiningen
[io.github.mbql/mbql-easyexcel-model "1.0.0"]
Apache Buildr
'io.github.mbql:mbql-easyexcel-model:jar:1.0.0'