Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/extrame/xls
Pure Golang xls library
https://github.com/extrame/xls
Last synced: 3 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 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-12T02:49:45.000Z (about 1 year ago)
- Last Synced: 2024-06-25T04:33:24.847Z (5 months ago)
- Language: Go
- Size: 2.44 MB
- Stars: 318
- Watchers: 22
- Forks: 201
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xls
[![GoDoc](https://godoc.org/github.com/extrame/xls?status.svg)](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