21
0
xls/README.md

22 lines
629 B
Markdown
Raw Normal View History

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