This repository was archived by the owner on Apr 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,7 @@ Easier to read and generate an excel file, supports 2003 and 2007.
4
4
5
5
[ ![ ] ( https://img.shields.io/travis/biezhi/excel-plus.svg )] ( https://travis-ci.org/biezhi/excel-plus )
6
6
[ ![ ] ( https://img.shields.io/maven-central/v/io.github.biezhi/excel-plus.svg )] ( https://mvnrepository.com/artifact/io.github.biezhi/excel-plus )
7
- [ ![ @biezhi on zhihu] ( https://img.shields.io/badge/zhihu-%40biezhi-red.svg )] ( https://www.zhihu.com/people/biezhi )
8
7
[ ![ ] ( https://img.shields.io/badge/license-Apache2-FF0080.svg )] ( https://github.com/biezhi/excel-plus/blob/master/LICENSE )
9
- [ ![ ] ( https://img.shields.io/github/followers/biezhi.svg?style=social&label=Follow%20Me )] ( https://github.com/biezhi )
10
8
11
9
<a href =" https://biezhi.github.io/excel-plus/ " target =" _blank " >中文文档</a >
12
10
@@ -27,7 +25,7 @@ As maven dependency
27
25
<dependency >
28
26
<groupId >io.github.biezhi</groupId >
29
27
<artifactId >excel-plus</artifactId >
30
- <version >0.1.2- RELEASE</version >
28
+ <version >0.1.3. RELEASE</version >
31
29
</dependency >
32
30
```
33
31
@@ -37,7 +35,7 @@ snapshot version
37
35
<dependency >
38
36
<groupId >io.github.biezhi</groupId >
39
37
<artifactId >excel-plus</artifactId >
40
- <version >0.1.3 -SNAPSHOT</version >
38
+ <version >0.1.4 -SNAPSHOT</version >
41
39
</dependency >
42
40
```
43
41
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >io.github.biezhi</groupId >
8
8
<artifactId >excel-plus</artifactId >
9
- <version >0.1.3 -SNAPSHOT</version >
9
+ <version >0.1.4 -SNAPSHOT</version >
10
10
<name >excel-plus</name >
11
11
<url >https://biezhi.github.io/excel-plus</url >
12
12
<description >excel read and write framework</description >
You can’t perform that action at this time.
0 commit comments