diff options
author | Ri Xu <xuri.me@gmail.com> | 2016-08-30 21:54:28 +0800 |
---|---|---|
committer | Ri Xu <xuri.me@gmail.com> | 2016-08-30 21:54:28 +0800 |
commit | 3c4ad28db75108dfd974b994df26ec7f33a69be7 (patch) | |
tree | 9f3f03683574b4e756b8467556ab2004f266b159 /README.md | |
parent | 0d60020f9678c80df75d180cc874a24d80b1db08 (diff) |
- Get cell value support
- Optimisation code use fmt package
- Update README
- Remove useless function
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -16,8 +16,6 @@ Excelize is a library written in pure Golang and providing a set of function tha ### Installation -Golang version requirements 1.6.0 or higher. - ``` go get github.com/Luxurioust/excelize ``` |