diff options
author | Harris <mike.harris@cerner.com> | 2019-08-07 16:26:13 -0500 |
---|---|---|
committer | Harris <mike.harris@cerner.com> | 2019-08-09 08:12:08 -0500 |
commit | acd76425c2ee55c45a51cf7f71c8a6187a09f507 (patch) | |
tree | 1e6f35871372f5753da9ff9671fb94541f20d49f /README.md | |
parent | e07581e980444b64bc15fce328ff07736ac9dbf6 (diff) |
Handle multi row inline strings
The inline string struct is actually the same
as the shared strings struct, reuse it.
Note that Go version 1.10 is required.
Fixes #462
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 |