Pure Golang xls library -- forked from https://github.com/extrame/xls
testdata | ||
bigtable_test.go | ||
BigTable.xls | ||
bof.go | ||
cell_range.go | ||
col.go | ||
comparexlsxlsx.go | ||
date.go | ||
doc.go | ||
example_test.go | ||
font.go | ||
format.go | ||
issue47_test.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 Rongshu Tech (chinese), based on libxls.
Thanks for contributions from Tamás Gulácsi.
Basic Usage
-
Use Open function for open file
-
Use OpenWithCloser function for open file and use the return value closer for close file
-
Use OpenReader function for open xls from a reader, you should close related file in your own code
-
Follow the example in GoDoc