summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* Priority cell style, when the cell and the column at the same time with the ↵Ri Xu2017-05-30
| | | | style attribute. Relate issue #54 and #56.
* Handle number formats out of built-in range exception by returning raw ↵Ri Xu2017-05-05
| | | | value, relate issue #50.
* - 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 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
* Bugfix #23 can't get multiple records.Ri Xu2017-02-17
|
* io.Reader not io.ReaderAtJosh Fyne2017-02-16
|
* Fix issue #19.Ri Xu2017-02-07
|
* Support set work sheet background image.Ri Xu2017-01-24
|
* Support add picture with offset and scaling.Ri Xu2017-01-22
|
* - New function `AddPicture()` added, support to add picture into excel cell;Ri Xu2017-01-17
| | | | | - go test updated; - fix typo and `gofmt -s` formatted
* - Fix issue comments missing after save;Ri Xu2016-12-22
| | | | | - Update import PKG syntax in struct; - Update test XLSX file (include table, charts, functions, comments and hyperlink on Sheet1)
* - Fix issue background image and table missing after save;Ri Xu2016-12-20
| | | | - Update test template for this fix
* Fix hyperlink missing after save issue and update completion row element ↵Ri Xu2016-12-20
| | | | logic to enhance compatibility.
* Remove useless `.xlsx` tested files and go test updated.Ri Xu2016-11-02
|
* looping on row col functionalityahmad2016-10-31
|
* Update go test.Ri Xu2016-10-23
|
* Update test XLSX template.Ri Xu2016-09-22
|
* Fix zoom scale and page layout view setting of XLSX.Ri Xu2016-09-22
|
* Open file error return added and UpdateLinkedValue function added to fix ↵Ri Xu2016-09-06
| | | | linked values within a spreadsheet are not updating.
* Fix checkRow() out of rangeRi Xu2016-09-02
|
* Update testing file more case added and reading cell value usage example in ↵Ri Xu2016-09-02
| | | | readme added.
* Init commit.Ri Xu2016-08-30