# go-xls **Repository Path**: mirrors/go-xls ## Basic Information - **Project Name**: go-xls - **Description**: Golang 编写的 xls 读取类库,能够实现 xls 表格的读取功能 部分代码: func (w *WorkBook) ReadAllCells() (res [][]stri - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/xls - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-11-16 - **Last Updated**: 2025-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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