summaryrefslogtreecommitdiff
path: root/excelize_test.go
Commit message (Collapse)AuthorAge
* 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
| | | | | - Character limits for cells added; - Update go test and fix typo
* Format commants, break comments after 80 characters.Ri Xu2017-01-18
|
* - New function `SetSheetName` and `SetColWidth` added, support rename sheet ↵Ri Xu2017-01-18
| | | | | | | and set column width; - Add escape characters of sheet name; - Update go test and fix typo
* - New function `AddPicture()` added, support to add picture into excel cell;Ri Xu2017-01-17
| | | | | - go test updated; - fix typo and `gofmt -s` formatted
* Add tests for the default cell valueSharsie2017-01-11
|
* - Performance improvement, remove `replaceRelationshipsID` and ↵Ri Xu2016-12-31
| | | | | | `workBookCompatibility` functions; - New functions `GetActiveSheetIndex`, `GetSheetName` and `GetSheetMap` added.
* - New function `GetCellFormula` added;Ri Xu2016-12-24
| | | | | - Fix `GetCellValue` causes panic in some particular situation issues; - Go test updated
* - Update maximum 31 characters allowed in sheet title;Ri Xu2016-12-23
| | | | | | | - Fix issue XML tag `headerFooter` and `sheetPr` element self-close errors cause file corruption; - Fix issue `Section` and `Pane` element order make file corruption in some case; - Change sheet `rId` calculation method in `/xl/workbook.xml`, fix makes file corruption in some case; - Compatibility improved: add `xlsxTabColor` struct and some XML element for worksheet
* 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 ↵Ri Xu2016-09-06
| | | | linked values within a spreadsheet are not updating.
* 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 ↵Ri Xu2016-09-02
| | | | readme added.
* 1) Update readme file credits and go report badge added; 2) Remove use less ↵Ri Xu2016-08-31
| | | | function; 3) Update test file.
* - Get cell value supportRi Xu2016-08-30
| | | | | | - Optimisation code use fmt package - Update README - Remove useless function
* Update test file.Ri Xu2016-08-30
|
* Init commit.Ri Xu2016-08-30