summaryrefslogtreecommitdiff
path: root/excelize_test.go
Commit message (Collapse)AuthorAge
* - 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.
* 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
| | | | - go test updated
* - Function `SetCellValue()` time.Duration support added, relate issue #176;Ri Xu2018-01-05
| | | | - go test updated
* Merge pull request #153 from jinzhu/masterxuri2017-12-01
|\ | | | | Rename import path to github.com/360EntSecGroup-Skylar/excelize
| * 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
| | | | - godoc updated
* - Add unsigned integer data type support, related issue #136;Ri Xu2017-10-18
| | | | | | - go test and godoc updated Signed-off-by: Ri Xu <xuri.me@gmail.com>
* 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
| | | | | | #25, #43, #47, #51, #89, #101, #116 and #120. - go test updated
* Simple go test.Ri Xu2017-09-11
|
* go test added for pull request #114Ri Xu2017-09-06
|
* Bugfix: deep copy issue with function `CopySheet()`, relate PR #108.Ri Xu2017-08-19
|
* - Conditional format with formula support, relate issue #75;Ri Xu2017-08-18
| | | | - go test and readme update
* - Init conditional format support, relate issue #75;Ri Xu2017-08-11
| | | | - go test and godoc updated
* - New function `GetCellHyperLink()` added, relate issue #98;Ri Xu2017-08-08
| | | | - go test added
* Simplify code and update unit tests.Ri Xu2017-08-01
|
* Optimize code, go test and godoc updated.Ri Xu2017-07-30
|
* Add extra argument "Linktype" to SetCellHyperLinkYoungwan Kim2017-07-30
| | | | | | it support "External" and "Location" Signed-off-by: Youngwan Kim <y103.kim@gmail.com>
* - Init create or remove panes support;Ri Xu2017-07-30
| | | | - go test updated
* - Support set custom number format, relate issue #86;Ri Xu2017-07-27
| | | | - go test and godoc updated
* - Init insert/remove column/row support. Relate issue #77 and #82;Ri Xu2017-07-24
| | | | - Readme and go test updated
* Add currency format code and go test updated.Ri Xu2017-07-15
|
* - Display negative numbers by applying a red color supported;Ri Xu2017-07-15
| | | | - go test updated
* - Currency format supported, relate issue #80;Ri Xu2017-07-14
| | | | - go test and godoc updated
* Repo URI changed.Ri Xu2017-07-11
|
* - New function `NewStyle()` added and function `SetCellStyle()` has been ↵Ri Xu2017-06-29
| | | | | | exported, relate issue #72; - go test and go doc updated
* - Unify the index row number index of functions `SetRowHeight()` and ↵Ri Xu2017-06-29
| | | | | | | `GetRowHeight()` relate issue #68; - Unify the return value data type of functions `SetColWidth()` and `GetColWidth()`; - go test updated
* API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` ↵Ri Xu2017-06-28
| | | | instead of `WriteTo()`.
* - Support insert new lines into shape, relate issue #38, note that the ↵Ri Xu2017-06-19
| | | | | | format set parameter of function `AddShape()` changed; - go test and go doc updated
* - New functions `GetColVisible()` and `SetColVisible()` added, relate issue #61;Ri Xu2017-06-15
| | | | | - go test updated; - Fix typo
* - New functions: `GetSheetVisible()` and `GetRowVisible()` added, relate ↵Ri Xu2017-06-14
| | | | | | issue #61; - go test updated
* Init auto filter support, relate issue #59.Ri Xu2017-06-08
|
* Support set font style of shape text. Relate issue #38.Ri Xu2017-05-16
|
* - The max author and text in comment limit added;Ri Xu2017-05-13
| | | | - go doc and go test updated
* Initialize comments support & go test updated.Ri Xu2017-05-13
|
* - Formatted cell data support, fix issue #48;Ri Xu2017-05-05
| | | | | - Function `SetCellValue()` support `time.Time` data type parameter, relate issue #49; - go doc and go test updated
* - 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
* - New function `HideSheet()` and `UnhideSheet()` added;Ri Xu2017-04-26
| | | | - go test updated
* - Font bold, italic and underline style support. Relate issue #45;Ri Xu2017-04-25
| | | | | - Function `GetRows()` doc updated, relate issue #43; - go test and embed template updated
* - Update doc of function `AddChart()`;Ri Xu2017-04-23
| | | | | - Readme updated; - go test update
* - 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
* - Set number format for a cell support;Ri Xu2017-04-07
| | | | - go test updated
* - New function `CopySheet()` added, relate issue #33;Ri Xu2017-04-04
| | | | | - Typo fixed; - go test updated
* New function `GetSheetIndex()` added, relate issue #25;Ri Xu2017-04-01
| | | | | | Fix return index error in function `GetSheetMap()`; Fix return worksheet name error in function `GetSheetName()`; go test updated
* - Get an images in a cell supported, new function `GetPicture` added;Ri Xu2017-03-28
| | | | - go test updated
* Leading space(s) character in cell value detection added. Related issue #32.Ri Xu2017-03-28
|
* - Set text in cell align support, note that the parameters of the ↵Ri Xu2017-03-26
| | | | | | `SetCellStyle` function have changed; - go test updated