21
0
Pure Golang xls library -- forked from https://github.com/extrame/xls
Go to file
2017-08-18 11:15:10 +08:00
bof.go clean code and add some comments 2015-09-30 10:40:01 +08:00
cell_range.go clean code and add some comments 2015-09-30 10:40:01 +08:00
col.go use RFC3339 to format default time 2017-07-26 10:17:25 +08:00
date.go add one example 2015-09-30 11:17:25 +08:00
doc.go add some example 2015-09-30 11:44:14 +08:00
example_test.go update 2017-02-21 16:27:01 +08:00
font.go init 2015-03-19 17:39:41 +08:00
format.go partly support time cell 2015-03-25 14:47:26 +08:00
LICENSE add LICENSE and some annotation 2015-06-16 10:37:11 +08:00
README.md fixed 2017-06-12 10:31:26 +08:00
row.go update 2017-02-21 16:27:01 +08:00
sst.go init 2015-03-19 17:39:41 +08:00
Table.xls add one example 2015-09-30 11:17:25 +08:00
workbook.go fix issue #25 2017-08-18 11:15:10 +08:00
worksheet.go fix issue #20 2017-06-12 10:36:14 +08:00
xf.go partly support time cell 2015-03-25 14:47:26 +08:00
xls_test.go fix bug 2017-02-21 16:59:50 +08:00
xls.go fix the bug of open office file, USER SHOULD UPDATE github.com/extrame/ole2 TOO 2016-08-12 14:50:42 +08:00

xls

GoDoc

Pure Golang xls library writen by Rongshu Tech(chinese).

Thanks for contributions from Tamás Gulácsi, sergeilem.

English User please mailto Liu Ming

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