diff options
author | xuri <xuri.me@gmail.com> | 2020-03-03 00:15:03 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2020-03-03 00:15:03 +0800 |
commit | 1e3c85024d3bbc650c2f6a85fb075804af74720b (patch) | |
tree | c161e6753dc36043a4ef1194b18f7f4f8aa98ec6 /README.md | |
parent | 1d87da57ecf5e13203b6441dd97160885981545e (diff) |
Resolve #571, init remove conditional format support
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.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/). +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 [go.dev](https://pkg.go.dev/github.com/360EntSecGroup-Skylar/excelize/v2?tab=doc) and [docs reference](https://xuri.me/excelize/). ## Basic Usage |