summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2019-08-11 00:12:58 +0800
committerGitHub <noreply@github.com>2019-08-11 00:12:58 +0800
commitadc4aed472601440c0dced25b1378cb090829419 (patch)
tree360592fa00a21513efcf78ebdf09062c7f08d54d /README.md
parent23c8d1ec8a1d22f6dbec3bde4bad938fecadcc7e (diff)
parentacd76425c2ee55c45a51cf7f71c8a6187a09f507 (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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 91155e3..4bb7d66 100644
--- a/README.md
+++ b/README.md
@@ -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&trade; 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