diff options
author | Ri Xu <xuri.me@gmail.com> | 2018-04-23 00:14:58 +0800 |
---|---|---|
committer | Ri Xu <xuri.me@gmail.com> | 2018-04-23 00:14:58 +0800 |
commit | 9ee57fdb388e6e0a50dd8c945c27f051205fa23d (patch) | |
tree | 432d438a4e8cf17e655d1c6dd8097c4f24247e44 /README.md | |
parent | 2b97c3bb463b28e3d81f714ef55798621174e0a1 (diff) |
Fix typo and adding Chinese version document.
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 Golang 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). +Excelize is a library written in pure Golang 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) or [Chinese translation](https://xuri.me/excelize/zh_cn). ## Basic Usage |