summaryrefslogtreecommitdiff
path: root/excelize_test.go
Commit message (Expand)AuthorAge
* - Initialize shape support: new function `AddShape()` added. Relate issue #38;Ri Xu2017-04-30
* - Initialize table support;Ri Xu2017-04-28
* - New function `HideSheet()` and `UnhideSheet()` added;Ri Xu2017-04-26
* - Font bold, italic and underline style support. Relate issue #45;Ri Xu2017-04-25
* - Update doc of function `AddChart()`;Ri Xu2017-04-23
* - Initialize char support, relate issue #31;Ri Xu2017-04-23
* - Set number format for a cell support;Ri Xu2017-04-07
* - New function `CopySheet()` added, relate issue #33;Ri Xu2017-04-04
* New function `GetSheetIndex()` added, relate issue #25;Ri Xu2017-04-01
* - Get an images in a cell supported, new function `GetPicture` added;Ri Xu2017-03-28
* 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 `SetCellSty...Ri Xu2017-03-26
* - Delete sheet from workbook support, related issue #30;Ri Xu2017-03-22
* - Set cell background color and style support;Ri Xu2017-03-19
* - Complete the element `sheetFormatPr` struct definition;Ri Xu2017-03-10
* - New feature: border setting support (Related issue #21);Ri Xu2017-03-06
* Change function `AddPicture()` parameters to add add printing settings suppor...Ri Xu2017-02-28
* - Improved performance when reading large files, call Token to read tokens on...Ri Xu2017-02-12
* Add SetRowHeight functionNikolas Silva2017-02-02
* Make functions: `SetCellValue`, `SetCellInt`, `SetCellHyperLink`, `SetCellFor...Ri Xu2017-01-25
* Support create merge cell.Ri Xu2017-01-25
* Support set work sheet background image.Ri Xu2017-01-24
* Support add picture with offset and scaling.Ri Xu2017-01-22
* - Add hyperlink and set formula support for cell support;Ri Xu2017-01-19
* Format commants, break comments after 80 characters.Ri Xu2017-01-18
* - New function `SetSheetName` and `SetColWidth` added, support rename sheet a...Ri Xu2017-01-18
* - New function `AddPicture()` added, support to add picture into excel cell;Ri Xu2017-01-17
* Add tests for the default cell valueSharsie2017-01-11
* - Performance improvement, remove `replaceRelationshipsID` and `workBookCompa...Ri Xu2016-12-31
* - New function `GetCellFormula` added;Ri Xu2016-12-24
* - Update maximum 31 characters allowed in sheet title;Ri Xu2016-12-23
* BugFix: `SetCellValue` function assertion logic will cause panic in some case.Ri Xu2016-11-24
* Remove useless `.xlsx` tested files and go test updated.Ri Xu2016-11-02
* Update go test.Ri Xu2016-10-23
* Update go test case and update readme.Ri Xu2016-10-23
* Update go test.Ri Xu2016-10-19
* New function SetCellValue added and update godoc example.Ri Xu2016-09-09
* Move execute checkRow logic when XLSX file open, speed up library write file.Ri Xu2016-09-07
* Open file error return added and UpdateLinkedValue function added to fix link...Ri Xu2016-09-06
* Fix issue #2 change project to object-oriented style and update readme file.Ri Xu2016-09-05
* Update readme and comments of the test file.Ri Xu2016-09-02
* Update testing file more case added and reading cell value usage example in r...Ri Xu2016-09-02
* 1) Update readme file credits and go report badge added; 2) Remove use less f...Ri Xu2016-08-31
* - Get cell value supportRi Xu2016-08-30
* Update test file.Ri Xu2016-08-30
* Init commit.Ri Xu2016-08-30