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.
 
 
 
 
 
 
godo 651768d0e4 add server 2 months ago
..
README.md add server 2 months ago
bof.go add server 2 months ago
cell_range.go add server 2 months ago
col.go add server 2 months ago
date.go add server 2 months ago
doc.go add server 2 months ago
font.go add server 2 months ago
format.go add server 2 months ago
row.go add server 2 months ago
sst.go add server 2 months ago
workbook.go add server 2 months ago
worksheet.go add server 2 months ago
xf.go add server 2 months ago
xls.go add server 2 months ago
xls_test.go add server 2 months ago

README.md

xls

GoDoc

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