| Commit message (Expand) | Author | Age |
| * | save bytes on memory instead of string | Lunny Xiao | 2018-05-07 |
| * | Fix document typo. | Ri Xu | 2018-05-03 |
| * | - Support to set the positioning of a picture, relate issue #214; | Ri Xu | 2018-04-26 |
| * | - Update the function `NewSheet()` to handle when already exists a worksheet ... | Ri Xu | 2018-03-16 |
| * | Readme and godoc has been updated. | Ri Xu | 2018-03-06 |
| * | - Fix `DeleteSheet()` make broken file, relate issue #165; | Ri Xu | 2017-12-04 |
| * | - Bugfix: use sheet name in func `AddPicture`, relate issue #142; | Ri Xu | 2017-10-31 |
| * | Bugfix: use sheet name in func `AddChat`, relate issue #138 | Ri Xu | 2017-10-20 |
| * | Improve code readability. | Ri Xu | 2017-09-30 |
| * | godoc updated. | Ri Xu | 2017-09-13 |
| * | - API changed, use worksheet name instead of "sheet" + index, related issue #... | Ri Xu | 2017-09-13 |
| * | Bugfix: deep copy issue with function `CopySheet()`, relate PR #108. | Ri Xu | 2017-08-19 |
| * | Conut and trim sheet name in UTF-8 | Takayuki Usui | 2017-08-13 |
| * | Simplify code and update unit tests. | Ri Xu | 2017-08-01 |
| * | Optimize code, go test and godoc updated. | Ri Xu | 2017-07-30 |
| * | - Init create or remove panes support; | Ri Xu | 2017-07-30 |
| * | Trim blank cells which created by `completeCol()`, relate issue #81 | Ri Xu | 2017-07-16 |
| * | SHEET.GO: Fix small typo | Mark Stenglein | 2017-07-05 |
| * | - Make function `TitleToNumber()` exportable, note that function `ToAlphaStri... | Ri Xu | 2017-06-27 |
| * | - 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 |
| * | Code optimize. | Ri Xu | 2017-05-24 |
| * | Initialize comments support & go test updated. | Ri Xu | 2017-05-13 |
| * | - Initialize shape support: new function `AddShape()` added. Relate issue #38; | Ri Xu | 2017-04-30 |
| * | - New function `HideSheet()` and `UnhideSheet()` added; | Ri Xu | 2017-04-26 |
| * | - New function `CopySheet()` added, relate issue #33; | Ri Xu | 2017-04-04 |
| * | New function `GetSheetIndex()` added, relate issue #25; | Ri Xu | 2017-04-01 |
| * | - Fix SheetCount count error; | Ri Xu | 2017-04-01 |
| * | - Get an images in a cell supported, new function `GetPicture` added; | Ri Xu | 2017-03-28 |
| * | - Delete sheet from workbook support, related issue #30; | Ri Xu | 2017-03-22 |
| * | Performance improvement | Ri Xu | 2017-03-12 |
| * | Support set work sheet background image. | Ri Xu | 2017-01-24 |
| * | Update README, godoc and fix typo. | 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 |
| * | - Performance improvement, remove `replaceRelationshipsID` and `workBookCompa... | Ri Xu | 2016-12-31 |
| * | - Fix issue: sheet protection and conditional formatting proprietary missing ... | Ri Xu | 2016-12-26 |
| * | - Fix issue: pivot cache and extending spreadsheetML missing; | Ri Xu | 2016-12-26 |
| * | - Update maximum 31 characters allowed in sheet title; | Ri Xu | 2016-12-23 |
| * | - Fix issue comments missing after save; | Ri Xu | 2016-12-22 |
| * | - Fix issue background image and table missing after save; | Ri Xu | 2016-12-20 |
| * | Fix hyperlink missing after save issue and update completion row element logi... | Ri Xu | 2016-12-20 |
| * | Update go test. | Ri Xu | 2016-10-23 |
| * | Update godoc of package. | Ri Xu | 2016-10-19 |
| * | Use conjunction with strings.Map to split Axis and update godoc. | Ri Xu | 2016-09-12 |
| * | Fix issue #2 change project to object-oriented style and update readme file. | Ri Xu | 2016-09-05 |
| * | Fix issue #4 use builtin `map` instead of home-built. | Ri Xu | 2016-09-05 |
| * | xml marshal without indent and use buffer in string concatenation. | Ri Xu | 2016-09-04 |
| * | Format code with golint rules | Ri Xu | 2016-09-02 |