Update README

This commit is contained in:
Ri Xu 2016-08-30 12:36:20 +08:00
parent 2125f5f7a8
commit d207d61f67
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
# Excelize
[![Build Status](https://godoc.org/github.com/Luxurioust/excelize?status.svg)](https://godoc.org/github.com/Luxurioust/excelize)
[![Build Status](https://img.shields.io/badge/license-bsd-orange.svg)](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 gos built in documentation tool, or online at [godoc.org](https://godoc.org/github.com/Luxurioust/excelize).