diff options
author | Ri Xu <xuri.me@gmail.com> | 2017-08-18 20:55:27 +0800 |
---|---|---|
committer | Ri Xu <xuri.me@gmail.com> | 2017-08-18 20:55:27 +0800 |
commit | 77af25295ece8863326c99652d615f82385286b2 (patch) | |
tree | 2ad2f3f88abaa556dd71947d4c2785ca726207da /README.md | |
parent | 58e2caff33906df86cd51446acb74be833aee140 (diff) |
- Conditional format with formula support, relate issue #75;
- go test and readme update
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/xuri/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). ## Basic Usage |