diff options
author | xuri <xuri.me@gmail.com> | 2018-07-13 17:40:47 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2018-07-13 17:40:47 +0800 |
commit | 79dfe1c3070b3c4af14a40acaa5bd8cb477acd3e (patch) | |
tree | 6f980b68b9b2ac097f4d3a7e2f6cb3d7be756c6a /README.md | |
parent | 58a7b23d11ef36156af6f694a1753715df8ae2fc (diff) |
GoDoc updated.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ ## Introduction -Excelize is a library written in pure Go and providing a set of functions that allow you to write to and read from XLSX files. Support reads and writes XLSX file generated by Microsoft Excelâ„¢ 2007 and later. Support save file without losing original charts of XLSX. This library needs Go version 1.8 or later. The full API docs can be seen using go's built-in documentation tool, or online at [godoc.org](https://godoc.org/github.com/360EntSecGroup-Skylar/excelize) and [Chinese translation](https://xuri.me/excelize/zh_cn). +Excelize is a library written in pure Go and providing a set of functions that allow you to write to and read from XLSX files. Support reads and writes XLSX file generated by Microsoft Excelâ„¢ 2007 and later. Support save file without losing original charts of XLSX. This library needs Go version 1.8 or later. The full API docs can be seen using go's built-in documentation tool, or online at [godoc.org](https://godoc.org/github.com/360EntSecGroup-Skylar/excelize) and [docs reference](https://xuri.me/excelize/). ## Basic Usage |