ystyle / xls

Pure Golang xls library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Pure Golang xls library

License:Apache License 2.0


Languages

Language:Go 100.0%