2015-03-19 17:43:13 +08:00
|
|
|
# xls
|
2015-09-07 10:58:54 +08:00
|
|
|
|
|
|
|
[](https://godoc.org/github.com/extrame/xls)
|
|
|
|
|
2017-06-12 10:31:26 +08:00
|
|
|
Pure Golang xls library writen by [Rongshu Tech(chinese)](http://www.rongshu.tech).
|
2015-12-15 09:24:39 +08:00
|
|
|
|
2017-06-12 10:31:26 +08:00
|
|
|
Thanks for contributions from Tamás Gulácsi, sergeilem.
|
2015-10-15 11:53:09 +08:00
|
|
|
|
2017-06-12 10:31:26 +08:00
|
|
|
**English User please mailto** [Liu Ming](mailto:liuming@rongshu.tech)
|
2015-03-19 17:43:13 +08:00
|
|
|
|
|
|
|
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.
|
2015-03-23 10:06:19 +08:00
|
|
|
|
|
|
|
# Basic Usage
|
|
|
|
|
|
|
|
* Use **Open** function for open file
|
|
|
|
* Use **OpenReader** function for open xls from a reader
|
|
|
|
|
2017-02-21 16:59:50 +08:00
|
|
|
* Follow the example in GODOC
|
2015-03-23 10:06:19 +08:00
|
|
|
|