summaryrefslogtreecommitdiff
path: root/picture.go
Commit message (Expand)AuthorAge
* Documentation updated, Go 1.10+ requiredxuri2019-08-11
* Add TIF, TIFF format images and more detailed error information when open th...xuri2019-06-27
* Optimize code, fix golint issuesxuri2019-06-20
* Resolve #393, upgrade Go module to v2xuri2019-05-02
* godoc update and typo fixedxuri2019-04-20
* Resolve #369,#370xuri2019-04-15
* Do not save duplicate imagesMichael2019-03-25
* refactor: handler error instead of panic,xuri2019-03-23
* resolve #366 fix image duplicationxuri2019-03-22
* resolve #360, fix axis parse issue when add / get pictures;xuri2019-03-20
* Huge refactorig for consistent col/row numbering (#356)Veniamin Albaev2019-03-20
* Resolve #106, #294 performance optimization for add hyperlinkxuri2019-02-26
* Resolve #274, performance optimization for add images, charts and shapesxuri2019-02-25
* README updatedxuri2019-01-01
* resolve #276, add OfficeOpenXML-XMLSchema-Strict mode supportxuri2018-10-17
* Comments style changed.xuri2018-09-14
* Comments style changed.xuri2018-09-14
* New function `AddPictureFromBytes()` has been added, this resolve #259 and cl...xuri2018-09-14
* Fix golint errors under confidence 0.1xuri2018-09-12
* # fix : file close 没有关闭Farmerx2018-08-20
* Fixes #256 and format document.xuri2018-08-06
* GoDoc updated.xuri2018-07-13
* - Add error return value for functions: `AddChart()`, `AddComment()`, `AddPic...xuri2018-05-27
* save bytes on memory instead of stringLunny Xiao2018-05-07
* - Support to set the positioning of a picture, relate issue #214;Ri Xu2018-04-26
* Readme and godoc has been updated.Ri Xu2018-03-06
* - Add a hyperlink to an image support for the function `AddPicture()`, relate...Ri Xu2018-02-03
* Rename import path to github.com/360EntSecGroup-Skylar/excelizeJinzhu2017-11-16
* - Bugfix: use sheet name in func `AddPicture`, relate issue #142;Ri Xu2017-10-31
* Bugfix: use sheet name in func `AddChat`, relate issue #138Ri Xu2017-10-20
* Improve code readability.Ri Xu2017-09-30
* - API changed, use worksheet name instead of "sheet" + index, related issue #...Ri Xu2017-09-13
* - Init insert/remove column/row support. Relate issue #77 and #82;Ri Xu2017-07-24
* Repo URI changed.Ri Xu2017-07-11
* API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` ins...Ri Xu2017-06-28
* - Make function `TitleToNumber()` exportable, note that function `ToAlphaStri...Ri Xu2017-06-27
* - Fixed coordinate parse error in function `SetCellStyle()`, relate issue #60;Ri Xu2017-06-12
* Fix non-visual canvas properties ID calculator.Ri Xu2017-05-25
* Code optimize.Ri Xu2017-05-24
* Initialize comments support & go test updated.Ri Xu2017-05-13
* - Initialize shape support: new function `AddShape()` added. Relate issue #38;Ri Xu2017-04-30
* - Initialize table support;Ri Xu2017-04-28
* - Initialize char support, relate issue #31;Ri Xu2017-04-23
* - Fix SheetCount count error;Ri Xu2017-04-01
* Godoc updated.Ri Xu2017-03-30
* - Get an images in a cell supported, new function `GetPicture` added;Ri Xu2017-03-28
* Performance improvementRi Xu2017-03-12
* - New feature: border setting support (Related issue #21);Ri Xu2017-03-06
* Fix missing `oneCellAnchor` element after add picture in some cases.Ri Xu2017-03-01
* Change function `AddPicture()` parameters to add add printing settings suppor...Ri Xu2017-02-28