https://github.com/extrame/xls
Pure Golang xls library
https://github.com/extrame/xls
Last synced: 2 months ago
JSON representation
Pure Golang xls library
- Host: GitHub
- URL: https://github.com/extrame/xls
- Owner: extrame
- License: apache-2.0
- Created: 2015-03-06T03:33:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-09-12T02:49:45.000Z (almost 2 years ago)
- Last Synced: 2024-12-17T00:54:51.168Z (7 months ago)
- Language: Go
- Size: 2.44 MB
- Stars: 335
- Watchers: 23
- Forks: 211
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xls
[](https://godoc.org/github.com/extrame/xls)
Pure Golang xls library writen by [Rongshu Tech (chinese)](http://www.rongshu.tech), 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