diff options
author | xuri <xuri.me@gmail.com> | 2019-08-11 00:12:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-11 00:12:58 +0800 |
commit | adc4aed472601440c0dced25b1378cb090829419 (patch) | |
tree | 360592fa00a21513efcf78ebdf09062c7f08d54d /README.md | |
parent | 23c8d1ec8a1d22f6dbec3bde4bad938fecadcc7e (diff) | |
parent | acd76425c2ee55c45a51cf7f71c8a6187a09f507 (diff) |
Merge pull request #464 from mlh758/fix-462
Fixed #462 Handle multi row inline strings
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ ## Introduction Excelize is a library written in pure Go providing a set of functions that allow you to write to and read from XLSX files. Supports reading and writing XLSX file generated by Microsoft Excel™ 2007 and later. -Supports saving a 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/). +Supports saving a file without losing original charts of XLSX. This library needs Go version 1.10 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 |