summaryrefslogtreecommitdiff
path: root/test/images
Commit message (Collapse)AuthorAge
* This made library allowing insert EMZ and WMZ format imagexuri2022-08-21
| | | | - Update dependencies module
* This made library allowing insert WMF format imagexuri2022-05-14
|
* This closes #1225, allowing insert EMF format imagesxuri2022-05-13
|
* Resolve #348, support delete Data Validationxuri2020-03-13
|
* Add TIF, TIFF format images and more detailed error information when open ↵xuri2019-06-27
| | | | the encrypted file
* Update readmexuri2019-01-29
|
* Add new logo for excelizexuri2018-12-05
|
* Readme and godoc has been updated.Ri Xu2018-03-06
|
* Revert "The godoc and readme page has been updated."Ri Xu2018-01-28
| | | | This reverts commit e4611e9e2518b6d48f1dd89879685f18749da759.
* The godoc and readme page has been updated.Ri Xu2018-01-26
|
* Update image in readme and fix typo.Ri Xu2017-07-06
|
* - Initialize char support, relate issue #31;Ri Xu2017-04-23
| | | | | | | | - Doc for function `GetRows()` updated, relate issue #43; - Fix doc typo in `xmlContentTypes.go`; - Default template updated; - Readme updated; - go test updated
* Support set work sheet background image.Ri Xu2017-01-24
|
* Support add picture with offset and scaling.Ri Xu2017-01-22
|
* - New function `AddPicture()` added, support to add picture into excel cell;Ri Xu2017-01-17
- go test updated; - fix typo and `gofmt -s` formatted