diff options
author | Michael <osiris2918@gmail.com> | 2019-03-23 20:07:57 -0500 |
---|---|---|
committer | Harris <mike.harris@cerner.com> | 2019-03-25 13:17:53 -0500 |
commit | a94dcb9918b5fec133faf5df65144d48e8722ca8 (patch) | |
tree | 7d691000cc2833989d8f5d37c201732b6b82f0f0 /README.md | |
parent | f0244c00161ad6372ceb1ec951f3a82c741cd46a (diff) |
Do not save duplicate images
Adding the same image should create a drawing referencing the
already stored copy of the image.
Closes #359
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 |