summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2018-05-26 16:23:15 +0800
committerxuri <xuri.me@gmail.com>2018-05-26 16:23:15 +0800
commitaaced358f135ea871428bba87bb945cc170eee0f (patch)
treed5d94f019dfe3985eed9bd8ae9353846407ac608 /README.md
parentd96440edc480976e3ec48958c68e67f7a506ad32 (diff)
- Initialize shared formula types support, relate issue #227;
- go test and godoc has been updated
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 d9c70df..88a67f3 100644
--- a/README.md
+++ b/README.md
@@ -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) and [Chinese translation](https://xuri.me/excelize/zh_cn).
+Excelize is a library written in pure Go 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) and [Chinese translation](https://xuri.me/excelize/zh_cn).
## Basic Usage