summaryrefslogtreecommitdiff
path: root/picture.go
Commit message (Collapse)AuthorAge
* 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 ↵xuri2018-09-14
| | | | close #271.
* 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()`, ↵xuri2018-05-27
| | | | | | `AddPicture()`, `AddShape()`, `AddTable()` and `SetConditionalFormat()` - go test has been updated
* 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
| | | | - go test and godoc has been updated
* Readme and godoc has been updated.Ri Xu2018-03-06
|
* - Add a hyperlink to an image support for the function `AddPicture()`, ↵Ri Xu2018-02-03
| | | | | | relate issue #185; - go test and document has been updated.
* 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
| | | | - godoc updated
* Bugfix: use sheet name in func `AddChat`, relate issue #138Ri Xu2017-10-20
| | | | Signed-off-by: Ri Xu <xuri.me@gmail.com>
* Improve code readability.Ri Xu2017-09-30
|
* - API changed, use worksheet name instead of "sheet" + index, related issue ↵Ri Xu2017-09-13
| | | | | | #25, #43, #47, #51, #89, #101, #116 and #120. - go test updated
* - Init insert/remove column/row support. Relate issue #77 and #82;Ri Xu2017-07-24
| | | | - Readme and go test updated
* Repo URI changed.Ri Xu2017-07-11
|
* API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` ↵Ri Xu2017-06-28
| | | | instead of `WriteTo()`.
* - Make function `TitleToNumber()` exportable, note that function ↵Ri Xu2017-06-27
| | | | | | `ToAlphaString()` return value calculation changes, get more info from go doc. Relate issue #63; - Readme and go doc updated
* - Fixed coordinate parse error in function `SetCellStyle()`, relate issue #60;Ri Xu2017-06-12
| | | | - Simplified code
* 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
| | | | | - Drawing `nvPicPr` element ID property calculation changed; - go test updated
* - Initialize table support;Ri Xu2017-04-28
| | | | - go test updated
* - 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
* - Fix SheetCount count error;Ri Xu2017-04-01
| | | | | - Optimize deserialization operations; - README updated, add go version required notice
* Godoc updated.Ri Xu2017-03-30
|
* - Get an images in a cell supported, new function `GetPicture` added;Ri Xu2017-03-28
| | | | - go test updated
* Performance improvementRi Xu2017-03-12
|
* - New feature: border setting support (Related issue #21);Ri Xu2017-03-06
| | | | | | - Function parameter code is simplified; - Fix element `Tint` value parsing error in worksheet; - Update go test
* Fix missing `oneCellAnchor` element after add picture in some cases.Ri Xu2017-03-01
|
* Change function `AddPicture()` parameters to add add printing settings ↵Ri Xu2017-02-28
| | | | support. Related issue #27.
* - Improved performance when reading large files, call Token to read tokens ↵Ri Xu2017-02-12
| | | | | | | one by one instead Unmarshal. Related issue #20 ; - Fix go test typo; - Update README
* Support set work sheet background image.Ri Xu2017-01-24
|
* Update README, godoc and fix typo.Ri Xu2017-01-22
|
* Support add picture with offset and scaling.Ri Xu2017-01-22
|
* - Add hyperlink and set formula support for cell support;Ri Xu2017-01-19
| | | | | - Character limits for cells added; - Update go test and fix typo
* Format commants, break comments after 80 characters.Ri Xu2017-01-18
|
* - New function `AddPicture()` added, support to add picture into excel cell;Ri Xu2017-01-17
- go test updated; - fix typo and `gofmt -s` formatted