Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Readme and godoc has been updated. | Ri Xu | 2018-03-06 |
| | |||
* | - Update the function `AddChart()`: clustered, stacked and 100% stacked bar ↵ | Ri Xu | 2018-03-05 |
| | | | | | | and column series charts supported, relate issue #190; - go test and godoc has been updated | ||
* | Update godoc to make charts compatibility with WPS, relate issue #187. | Ri Xu | 2018-02-12 |
| | |||
* | - Add a hyperlink to an image support for the function `AddPicture()`, ↵ | Ri Xu | 2018-02-03 |
| | | | | | | relate issue #185; - go test and document has been updated. | ||
* | - gofmted with -s; | Ri Xu | 2018-01-31 |
| | | | | | - Fix ineffectual assignments in Go code; - Godoc has been updated | ||
* | Revert "The godoc and readme page has been updated." | Ri Xu | 2018-01-28 |
| | | | | This reverts commit e4611e9e2518b6d48f1dd89879685f18749da759. | ||
* | The godoc and readme page has been updated. | Ri Xu | 2018-01-26 |
| | |||
* | - Add 3D column and 3D 100% stacked column chart support, relate issue #160; | Ri Xu | 2018-01-08 |
| | | | | - go test updated | ||
* | Merge pull request #153 from jinzhu/master | xuri | 2017-12-01 |
|\ | | | | | Rename import path to github.com/360EntSecGroup-Skylar/excelize | ||
| * | Rename import path to github.com/360EntSecGroup-Skylar/excelize | Jinzhu | 2017-11-16 |
| | | |||
* | | Add stacked bar chart | Rohan Allison | 2017-11-24 |
|/ | |||
* | - Bugfix: use sheet name in func `AddPicture`, relate issue #142; | Ri Xu | 2017-10-31 |
| | | | | - godoc updated | ||
* | Performance optimization, use the array index instead of the value in range. | Ri Xu | 2017-10-16 |
| | |||
* | Improve code readability. | Ri Xu | 2017-09-30 |
| | |||
* | - Add number format code with unicode values, relate issue #86; | Ri Xu | 2017-07-26 |
| | | | | - godoc updated | ||
* | - Currency format supported, relate issue #80; | Ri Xu | 2017-07-14 |
| | | | | - go test and godoc updated | ||
* | Repo URI changed. | Ri Xu | 2017-07-11 |
| | |||
* | API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` ↵ | Ri Xu | 2017-06-28 |
| | | | | instead of `WriteTo()`. | ||
* | - Make function `TitleToNumber()` exportable, note that function ↵ | Ri Xu | 2017-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 Xu | 2017-06-03 |
| | | | | - Add a donation link, related issue #57 ^_^ | ||
* | Fix non-visual canvas properties ID calculator. | Ri Xu | 2017-05-25 |
| | |||
* | - Worksheet conditional formatting support added, relate issue #56; | Ri Xu | 2017-05-25 |
| | | | | - gofmted with -s | ||
* | Code optimize. | Ri Xu | 2017-05-24 |
| | |||
* | Support set font style of shape text. Relate issue #38. | Ri Xu | 2017-05-16 |
| | |||
* | - The max author and text in comment limit added; | Ri Xu | 2017-05-13 |
| | | | | - go doc and go test updated | ||
* | - Initialize shape support: new function `AddShape()` added. Relate issue #38; | Ri Xu | 2017-04-30 |
| | | | | | - Drawing `nvPicPr` element ID property calculation changed; - go test updated | ||
* | - Initialize table support; | Ri Xu | 2017-04-28 |
| | | | | - go test updated | ||
* | - Update doc of function `AddChart()`; | Ri Xu | 2017-04-23 |
| | | | | | - Readme updated; - go test update | ||
* | - Initialize char support, relate issue #31; | Ri Xu | 2017-04-23 |
- Doc for function `GetRows()` updated, relate issue #43; - Fix doc typo in `xmlContentTypes.go`; - Default template updated; - Readme updated; - go test updated |