Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton authored Dec 19, 2021
1 parent de9aec2 commit 9cbda5d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
Easier to read and generate an excel file, supports `XLSX``XLS``CSV`.

[![EO principles respected here](http://www.elegantobjects.org/badge.svg)](http://www.elegantobjects.org)
[![DevOps By Rultor.com](http://www.rultor.com/b/biezhi/excel-plus)](http://www.rultor.com/p/biezhi/excel-plus)
[![DevOps By Rultor.com](http://www.rultor.com/b/hellokaton/excel-plus)](http://www.rultor.com/p/hellokaton/excel-plus)


[![](https://img.shields.io/travis/biezhi/excel-plus.svg)](https://travis-ci.org/biezhi/excel-plus)
[![](https://img.shields.io/travis/hellokaton/excel-plus.svg)](https://travis-ci.org/hellokaton/excel-plus)
[![Javadocs](http://javadoc.io/badge/io.github.biezhi/excel-plus.svg)](http://javadoc.io/doc/io.github.biezhi/excel-plus)
[![](https://img.shields.io/maven-central/v/io.github.biezhi/excel-plus.svg)](https://search.maven.org/search?q=excel-plus)
[![](https://img.shields.io/badge/license-Apache2-FF0080.svg)](https://github.com/biezhi/excel-plus/blob/master/LICENSE)
[![](https://img.shields.io/badge/license-Apache2-FF0080.svg)](https://github.com/hellokaton/excel-plus/blob/master/LICENSE)

[![codecov](https://codecov.io/gh/biezhi/excel-plus/branch/master/graph/badge.svg)](https://codecov.io/gh/biezhi/excel-plus)
[![codecov](https://codecov.io/gh/hellokaton/excel-plus/branch/master/graph/badge.svg)](https://codecov.io/gh/hellokaton/excel-plus)
[![SonarQube](https://img.shields.io/badge/sonar-ok-green.svg)](https://sonarcloud.io/dashboard/index/io.github.biezhi:excel-plus)

<a href="https://biezhi.github.io/excel-plus/" target="_blank">中文文档</a>
<a href="https://hellokaton.github.io/excel-plus/#/" target="_blank">中文文档</a>

# Feature

Expand Down Expand Up @@ -138,7 +138,7 @@ Writer.create()

![](https://i.loli.net/2018/12/14/5c1292b23b66f.png)

Code See [here](https://github.com/biezhi/excel-plus/blob/master/src/test/java/io/github/biezhi/excel/plus/examples/WriterExample.java#L145)
Code See [here](https://github.com/hellokaton/excel-plus/blob/master/src/test/java/io/github/biezhi/excel/plus/examples/WriterExample.java#L145)

**Browser download**

Expand All @@ -150,12 +150,12 @@ Writer.create()

# Examples

See [here](https://github.com/biezhi/excel-plus/blob/master/src/test/java/io/github/biezhi/excel/plus/examples)
See [here](https://github.com/hellokaton/excel-plus/blob/master/src/test/java/io/github/biezhi/excel/plus/examples)

# Thanks

- [ydq](https://github.com/ydq)

# License

[Apache2](https://github.com/biezhi/excel-plus/blob/master/LICENSE)
[Apache2](https://github.com/hellokaton/excel-plus/blob/master/LICENSE)

0 comments on commit 9cbda5d

Please sign in to comment.