summaryrefslogtreecommitdiff
path: root/excelize_test.go
Commit message (Expand)AuthorAge
* Duplicate row (#317)Veniamin Albaev2018-12-26
* Add RegSearchSheet (#316)r-uchino2018-12-26
* Resolve #311, create 2D/3D area, stacked area, 100% stacked area chart supportxuri2018-12-23
* Merge pull request #313 from sairoutine/feature/get_merge_cellsxuri2018-12-19
|\
| * Add GetMergeCellssairoutine2018-12-19
* | Add new logo for excelizexuri2018-12-05
* | New function `UnprotectSheet()` has been addedq5235912018-11-04
* | resolve #273 new feature: protect sheet supportHcySunYang2018-11-02
* | Add testing case for the function `SearchSheet()`.covv2018-10-27
* | Fix the issue caused by missing tradition to strict conversion for `sharedStr...xuri2018-10-18
* | feat: add new function and refactor writeto actionlizheao2018-10-12
* | New function `AddPictureFromBytes()` has been added, this resolve #259 and cl...xuri2018-09-14
|/
* Bugfix: create worksheet cause file issue. Relate issue #249.xuri2018-07-17
* Merge pull request #246 from nad2000/retrieve-commentsxuri2018-07-10
|\
| * added unit testsRad Cirskis2018-06-30
* | - Initialize theme support;xuri2018-07-07
|/
* CopySheet() using reflect instead of encoding/gobOlivier Mengué2018-06-14
* - Add error return value for functions: `AddChart()`, `AddComment()`, `AddPic...xuri2018-05-27
* - Initialize shared formula types support, relate issue #227;xuri2018-05-26
* - Performance optimization 20% faster, 14% memory savings on set cell values;xuri2018-05-15
* Improve unit testing, remove redundant code.xuri2018-05-14
* Simplify testing code, add test case for outline functions and update the godoc.xuri2018-05-11
* - Bugfix: set font family not works, relate issue #222;xuri2018-05-08
* Merge test cases and use strict error checking.Ri Xu2018-05-07
* - Set name of table support in `AddTable()`, relate issue #216;Ri Xu2018-05-04
* - Support to set the positioning of a picture, relate issue #214;Ri Xu2018-04-26
* Fix typo and adding Chinese version document.Ri Xu2018-04-23
* - Fix `checkCellInArea()` index out of range when merged cell ref is single c...Ri Xu2018-04-08
* - Make row index consistent in function `SetRowHeight` and `GetRowHeight`, fi...Ri Xu2018-04-02
* - Add categories or values on reverse order (orientation of the chart) suppor...Ri Xu2018-03-29
* - Update the function `NewSheet()` to handle when already exists a worksheet ...Ri Xu2018-03-16
* - New function `SetSheetRow()` has been added for support write whole line at...Ri Xu2018-03-12
* - Add protection properties associated with the cell support, relate issue #191;Ri Xu2018-03-07
* Readme and godoc has been updated.Ri Xu2018-03-06
* - Update the function `AddChart()`: clustered, stacked and 100% stacked bar a...Ri Xu2018-03-05
* Handle special shared string table file name `xl/SharedStrings.xml`, relate i...Ri Xu2018-03-02
* Update godoc to make charts compatibility with WPS, relate issue #187.Ri Xu2018-02-12
* - Add a hyperlink to an image support for the function `AddPicture()`, relate...Ri Xu2018-02-03
* xlsx.SetCellValue() now supports bool valuedvelderp2018-01-25
* - Add 3D column and 3D 100% stacked column chart support, relate issue #160;Ri Xu2018-01-08
* - Function `SetCellValue()` time.Duration support added, relate issue #176;Ri Xu2018-01-05
* Merge pull request #153 from jinzhu/masterxuri2017-12-01
|\
| * Rename import path to github.com/360EntSecGroup-Skylar/excelizeJinzhu2017-11-16
* | Add stacked bar chartRohan Allison2017-11-24
|/
* - Bugfix: use sheet name in func `AddPicture`, relate issue #142;Ri Xu2017-10-31
* - Add unsigned integer data type support, related issue #136;Ri Xu2017-10-18
* Handle coordinate parse exception, relate issue #122.Ri Xu2017-09-19
* - API changed, use worksheet name instead of "sheet" + index, related issue #...Ri Xu2017-09-13
* Simple go test.Ri Xu2017-09-11
* go test added for pull request #114Ri Xu2017-09-06