mirror of https://gitee.com/godoos/godoos.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 weeks ago | |
---|---|---|
.. | ||
README.md | 3 weeks ago | |
bof.go | 3 weeks ago | |
cell_range.go | 3 weeks ago | |
col.go | 3 weeks ago | |
date.go | 3 weeks ago | |
doc.go | 3 weeks ago | |
font.go | 3 weeks ago | |
format.go | 3 weeks ago | |
row.go | 3 weeks ago | |
sst.go | 3 weeks ago | |
workbook.go | 3 weeks ago | |
worksheet.go | 3 weeks ago | |
xf.go | 3 weeks ago | |
xls.go | 3 weeks ago | |
xls_test.go | 3 weeks ago |
README.md
xls
Pure Golang xls library writen by Rongshu Tech (chinese), based on libxls.
Thanks for contributions from Tamás Gulácsi @tgulacsi, @flyin9.
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