| Commit message (Expand) | Author | Age |
* | - 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 |
* | - New function `HideSheet()` and `UnhideSheet()` added; | Ri Xu | 2017-04-26 |
* | - Font bold, italic and underline style support. Relate issue #45; | Ri Xu | 2017-04-25 |
* | - Update doc of function `AddChart()`; | Ri Xu | 2017-04-23 |
* | - Initialize char support, relate issue #31; | Ri Xu | 2017-04-23 |
* | - Set number format for a cell support; | Ri Xu | 2017-04-07 |
* | - New function `CopySheet()` added, relate issue #33; | Ri Xu | 2017-04-04 |
* | New function `GetSheetIndex()` added, relate issue #25; | Ri Xu | 2017-04-01 |
* | - Get an images in a cell supported, new function `GetPicture` added; | Ri Xu | 2017-03-28 |
* | Leading space(s) character in cell value detection added. Related issue #32. | Ri Xu | 2017-03-28 |
* | - Set text in cell align support, note that the parameters of the `SetCellSty... | Ri Xu | 2017-03-26 |
* | - Delete sheet from workbook support, related issue #30; | Ri Xu | 2017-03-22 |
* | - Set cell background color and style support; | Ri Xu | 2017-03-19 |
* | - Complete the element `sheetFormatPr` struct definition; | Ri Xu | 2017-03-10 |
* | - New feature: border setting support (Related issue #21); | Ri Xu | 2017-03-06 |
* | Change function `AddPicture()` parameters to add add printing settings suppor... | Ri Xu | 2017-02-28 |
* | - Improved performance when reading large files, call Token to read tokens on... | Ri Xu | 2017-02-12 |
* | Add SetRowHeight function | Nikolas Silva | 2017-02-02 |
* | Make functions: `SetCellValue`, `SetCellInt`, `SetCellHyperLink`, `SetCellFor... | Ri Xu | 2017-01-25 |
* | Support create merge cell. | Ri Xu | 2017-01-25 |
* | Support set work sheet background image. | Ri Xu | 2017-01-24 |
* | Support add picture with offset and scaling. | Ri Xu | 2017-01-22 |
* | - Add hyperlink and set formula support for cell support; | Ri Xu | 2017-01-19 |
* | Format commants, break comments after 80 characters. | Ri Xu | 2017-01-18 |
* | - New function `SetSheetName` and `SetColWidth` added, support rename sheet a... | Ri Xu | 2017-01-18 |
* | - New function `AddPicture()` added, support to add picture into excel cell; | Ri Xu | 2017-01-17 |