diff options
author | xuri <xuri.me@gmail.com> | 2019-03-26 11:09:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-26 11:09:39 +0800 |
commit | eca66180f191ba1209e5d50859be51eec7954281 (patch) | |
tree | 7d691000cc2833989d8f5d37c201732b6b82f0f0 /README.md | |
parent | f0244c00161ad6372ceb1ec951f3a82c741cd46a (diff) | |
parent | a94dcb9918b5fec133faf5df65144d48e8722ca8 (diff) |
resolve #359, optimize for saving duplicate images
Do not save duplicate images
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,8 @@ ## Introduction -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 [docs reference](https://xuri.me/excelize/). +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/). ## Basic Usage |