Pure Golang xls library -- forked from https://github.com/extrame/xls
bof.go | ||
cell_range.go | ||
col.go | ||
date.go | ||
doc.go | ||
example_test.go | ||
font.go | ||
format.go | ||
LICENSE | ||
README.md | ||
row.go | ||
sst.go | ||
Table.xls | ||
workbook.go | ||
worksheet.go | ||
xf.go | ||
xls_test.go | ||
xls.go |
xls
Pure Golang xls library writen by MinkTech(chinese).
Thanks for contributions from Tamás Gulácsi.
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