21
0
xls/README.md
2017-02-21 16:59:50 +08:00

22 lines
617 B
Markdown

# xls
[![GoDoc](https://godoc.org/github.com/extrame/xls?status.svg)](https://godoc.org/github.com/extrame/xls)
Pure Golang xls library writen by [MinkTech(chinese)](http://www.mink-tech.com).
Thanks for contributions from Tamás Gulácsi.
**English User please mailto** [Liu Ming](mailto:liuming@mink-tech.com)
This is a xls library writen in pure Golang. Almostly it is translated from the libxls library in c.
It has just the reading function without the format.
# Basic Usage
* Use **Open** function for open file
* Use **OpenReader** function for open xls from a reader
* Follow the example in GODOC