21
0
Pure Golang xls library -- forked from https://github.com/extrame/xls
Go to file
2015-03-19 17:43:13 +08:00
bof.go init 2015-03-19 17:39:41 +08:00
col.go init 2015-03-19 17:39:41 +08:00
font.go init 2015-03-19 17:39:41 +08:00
format.go init 2015-03-19 17:39:41 +08:00
README.md Create Readme.md 2015-03-19 17:43:13 +08:00
row.go init 2015-03-19 17:39:41 +08:00
sst.go init 2015-03-19 17:39:41 +08:00
st_xf_data.go init 2015-03-19 17:39:41 +08:00
workbook.go init 2015-03-19 17:39:41 +08:00
worksheet.go init 2015-03-19 17:39:41 +08:00
xf.go init 2015-03-19 17:39:41 +08:00
xls_test.go init 2015-03-19 17:39:41 +08:00
xls.go init 2015-03-19 17:39:41 +08:00

xls

Pure Golang xls library

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.