| Commit message (Expand) | Author | Age |
| ... | |
| * | Resolve #382, rewrite prepareSheetXML to scale linearly (#383) | Michael | 2019-04-16 |
| * | add unit tests to functions | xuri | 2019-04-16 |
| * | Resolve #369,#370 | xuri | 2019-04-15 |
| * | Fix out of range panic when removing formula. | Aplulu | 2019-04-09 |
| * | refactor: handler error instead of panic, | xuri | 2019-03-23 |
| * | Add benchmark for adding images to sheet (#367) | Michael | 2019-03-23 |
| * | resolve #360, fix axis parse issue when add / get pictures; | xuri | 2019-03-20 |
| * | Huge refactorig for consistent col/row numbering (#356) | Veniamin Albaev | 2019-03-20 |
| * | Resolve #106, #294 performance optimization for add hyperlink | xuri | 2019-02-26 |
| * | resolve the issue corrupted xlsx after deleting formula of cell, reference #346 | xuri | 2019-02-22 |
| * | The function SetPageLayout support set paper size | kkxkkxkkgh | 2019-01-13 |
| * | Resolve #318, add new functions and | zhangleijlu | 2019-01-06 |
| * | README updated | xuri | 2019-01-01 |
| * | New feature: the function `SearchSheet` now support regular expression, rela... | xuri | 2018-12-26 |
| * | Add RegSearchSheet (#316) | r-uchino | 2018-12-26 |
| * | Fixes #308, refactor `NewSheet()`, `DeleteSheet()`, `SetActiveSheet()` and `G... | xuri | 2018-12-15 |
| * | Fix comments according to best practices by effective go | xuri | 2018-12-11 |
| * | Add new logo for excelize | xuri | 2018-12-05 |
| * | resolve #297, fix GetSheetMap() failed | taomin597715379 | 2018-11-24 |
| * | New function `UnprotectSheet()` has been added | q523591 | 2018-11-04 |
| * | resolve #273 new feature: protect sheet support | HcySunYang | 2018-11-02 |
| * | New function: `SearchSheet()`, relate issue #277 | peng | 2018-10-27 |
| * | resolve #276, add OfficeOpenXML-XMLSchema-Strict mode support | xuri | 2018-10-17 |
| * | Merge branch 'master' into master | xuri | 2018-09-27 |
| |\ |
|
| | * | Comments style changed. | xuri | 2018-09-14 |
| | * | Comments style changed. | xuri | 2018-09-14 |
| | * | Comments style changed. | xuri | 2018-09-14 |
| | * | New function `AddPictureFromBytes()` has been added, this resolve #259 and cl... | xuri | 2018-09-14 |
| | * | Fix golint errors under confidence 0.1 | xuri | 2018-09-12 |
| | * | Fixes #256 and format document. | xuri | 2018-08-06 |
| | * | Bugfix: create worksheet cause file issue. Relate issue #249. | xuri | 2018-07-17 |
| | * | CopySheet() using reflect instead of encoding/gob | Olivier Mengué | 2018-06-14 |
| * | | Documentation: | Sebastian Willing | 2018-06-11 |
| |/ |
|
| * | - Add error return value for functions: `AddChart()`, `AddComment()`, `AddPic... | xuri | 2018-05-27 |
| * | - Performance optimization 20% faster, 14% memory savings on set cell values; | xuri | 2018-05-15 |
| * | Improve unit testing, remove redundant code. | xuri | 2018-05-14 |
| * | 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 |