| Commit message (Expand) | Author | Age |
* | - Fix `checkCellInArea()` index out of range when merged cell ref is single c... | Ri Xu | 2018-04-08 |
* | - Make row index consistent in function `SetRowHeight` and `GetRowHeight`, fi... | Ri Xu | 2018-04-02 |
* | - Add categories or values on reverse order (orientation of the chart) suppor... | Ri Xu | 2018-03-29 |
* | - Update the function `NewSheet()` to handle when already exists a worksheet ... | Ri Xu | 2018-03-16 |
* | - New function `SetSheetRow()` has been added for support write whole line at... | Ri Xu | 2018-03-12 |
* | - Add protection properties associated with the cell support, relate issue #191; | Ri Xu | 2018-03-07 |
* | Readme and godoc has been updated. | Ri Xu | 2018-03-06 |
* | - Update the function `AddChart()`: clustered, stacked and 100% stacked bar a... | Ri Xu | 2018-03-05 |
* | Handle special shared string table file name `xl/SharedStrings.xml`, relate i... | Ri Xu | 2018-03-02 |
* | 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()`, relate... | Ri Xu | 2018-02-03 |
* | xlsx.SetCellValue() now supports bool value | dvelderp | 2018-01-25 |
* | - Add 3D column and 3D 100% stacked column chart support, relate issue #160; | Ri Xu | 2018-01-08 |
* | - Function `SetCellValue()` time.Duration support added, relate issue #176; | Ri Xu | 2018-01-05 |
* | Merge pull request #153 from jinzhu/master | xuri | 2017-12-01 |
|\ |
|
| * | 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 |
* | - Add unsigned integer data type support, related issue #136; | Ri Xu | 2017-10-18 |
* | Handle coordinate parse exception, relate issue #122. | Ri Xu | 2017-09-19 |
* | - API changed, use worksheet name instead of "sheet" + index, related issue #... | Ri Xu | 2017-09-13 |
* | Simple go test. | Ri Xu | 2017-09-11 |
* | go test added for pull request #114 | Ri Xu | 2017-09-06 |
* | Bugfix: deep copy issue with function `CopySheet()`, relate PR #108. | Ri Xu | 2017-08-19 |
* | - Conditional format with formula support, relate issue #75; | Ri Xu | 2017-08-18 |
* | - Init conditional format support, relate issue #75; | Ri Xu | 2017-08-11 |
* | - New function `GetCellHyperLink()` added, relate issue #98; | Ri Xu | 2017-08-08 |
* | Simplify code and update unit tests. | Ri Xu | 2017-08-01 |
* | Optimize code, go test and godoc updated. | Ri Xu | 2017-07-30 |
* | Add extra argument "Linktype" to SetCellHyperLink | Youngwan Kim | 2017-07-30 |
* | - Init create or remove panes support; | Ri Xu | 2017-07-30 |
* | - Support set custom number format, relate issue #86; | Ri Xu | 2017-07-27 |
* | - Init insert/remove column/row support. Relate issue #77 and #82; | Ri Xu | 2017-07-24 |
* | Add currency format code and go test updated. | Ri Xu | 2017-07-15 |
* | - Display negative numbers by applying a red color supported; | Ri Xu | 2017-07-15 |
* | - Currency format supported, relate issue #80; | Ri Xu | 2017-07-14 |
* | Repo URI changed. | Ri Xu | 2017-07-11 |
* | - New function `NewStyle()` added and function `SetCellStyle()` has been expo... | Ri Xu | 2017-06-29 |
* | - Unify the index row number index of functions `SetRowHeight()` and `GetRowH... | Ri Xu | 2017-06-29 |
* | API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` ins... | Ri Xu | 2017-06-28 |
* | - Support insert new lines into shape, relate issue #38, note that the format... | Ri Xu | 2017-06-19 |
* | - New functions `GetColVisible()` and `SetColVisible()` added, relate issue #61; | Ri Xu | 2017-06-15 |
* | - New functions: `GetSheetVisible()` and `GetRowVisible()` added, relate issu... | Ri Xu | 2017-06-14 |
* | Init auto filter support, relate issue #59. | Ri Xu | 2017-06-08 |
* | 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 |
* | Initialize comments support & go test updated. | Ri Xu | 2017-05-13 |
* | - Formatted cell data support, fix issue #48; | Ri Xu | 2017-05-05 |
* | - Initialize shape support: new function `AddShape()` added. Relate issue #38; | Ri Xu | 2017-04-30 |
* | - Initialize table support; | Ri Xu | 2017-04-28 |