20
0
2019-03-06 23:13:03 +03:00
2019-03-06 23:13:03 +03:00
2018-12-02 01:32:17 +03:00
2018-12-02 01:32:17 +03:00
2015-09-30 10:40:01 +08:00
2015-09-30 10:40:01 +08:00
2019-03-06 23:13:03 +03:00
2015-09-30 11:17:25 +08:00
2015-09-30 11:44:14 +08:00
2017-02-21 16:27:01 +08:00
2015-03-19 17:39:41 +08:00
2015-03-25 14:47:26 +08:00
2019-03-06 23:13:03 +03:00
2015-06-16 10:37:11 +08:00
2019-03-05 22:31:15 +03:00
2017-02-21 16:27:01 +08:00
2015-03-19 17:39:41 +08:00
2015-09-30 11:17:25 +08:00
2018-12-04 00:16:44 +03:00
2017-06-12 10:36:14 +08:00
2015-03-25 14:47:26 +08:00
2019-03-05 22:36:31 +03:00

xls

GoDoc

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

Description
Pure Golang xls library -- forked from https://github.com/extrame/xls
Readme
Languages
Go 100%