summaryrefslogtreecommitdiff
path: root/chart.go
Commit message (Collapse)AuthorAge
* - Add number format code with unicode values, relate issue #86;Ri Xu2017-07-26
| | | | - godoc updated
* - Currency format supported, relate issue #80;Ri Xu2017-07-14
| | | | - go test and godoc updated
* Repo URI changed.Ri Xu2017-07-11
|
* API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` ↵Ri Xu2017-06-28
| | | | instead of `WriteTo()`.
* - Make function `TitleToNumber()` exportable, note that function ↵Ri Xu2017-06-27
| | | | | | `ToAlphaString()` return value calculation changes, get more info from go doc. Relate issue #63; - Readme and go doc updated
* - Fix missing relationships in drawing content type shall, relate issue #58;Ri Xu2017-06-03
| | | | - Add a donation link, related issue #57 ^_^
* Fix non-visual canvas properties ID calculator.Ri Xu2017-05-25
|
* - Worksheet conditional formatting support added, relate issue #56;Ri Xu2017-05-25
| | | | - gofmted with -s
* Code optimize.Ri Xu2017-05-24
|
* 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 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
* - 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