diff options
author | Ri Xu <xuri.me@gmail.com> | 2016-08-30 12:36:20 +0800 |
---|---|---|
committer | Ri Xu <xuri.me@gmail.com> | 2016-08-30 12:36:20 +0800 |
commit | d207d61f67c6c05bc6246d85fc57134d341092ab (patch) | |
tree | 1bc1951900f6464d0b30fd206007745f8947fbf5 | |
parent | 2125f5f7a8ff1647ad47663613860995c55be3b6 (diff) |
Update README
-rw-r--r-- | .travis.yml (renamed from .travis.yaml) | 0 | ||||
-rw-r--r-- | README.md | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yaml b/.travis.yml index d9f3ffd..d9f3ffd 100644 --- a/.travis.yaml +++ b/.travis.yml @@ -2,6 +2,9 @@ # Excelize +[](https://godoc.org/github.com/Luxurioust/excelize) +[](https://opensource.org/licenses/BSD-3-Clause) + ## Introduction Excelize is a library written in pure Golang and providing a set of function that allow you to write to and read from XLSX files. The full API docs can be viewed using go’s built in documentation tool, or online at [godoc.org](https://godoc.org/github.com/Luxurioust/excelize). |