| Commit message (Expand) | Author | Age |
| ... | |
| * | Optimize code, fix golint issues | xuri | 2019-06-20 |
| * | Fix #424, refactor merged cells adjuster | xuri | 2019-06-12 |
| * | Fixed #418, #420, #421, init adjust calculation chain support | xuri | 2019-06-08 |
| * | godoc update and typo fixed | xuri | 2019-04-20 |
| * | Resolve #382, rewrite prepareSheetXML to scale linearly (#383) | Michael | 2019-04-16 |
| * | Resolve #369,#370 | xuri | 2019-04-15 |
| * | Resolve #377, avoid empty column in GetRows result | xuri | 2019-04-07 |
| * | refactor: handler error instead of panic, | xuri | 2019-03-23 |
| * | Fixed PR #356 regression RemoveCol() broken (#365) | Veniamin Albaev | 2019-03-21 |
| * | Typo fixed and godoc updated | xuri | 2019-03-20 |
| * | Huge refactorig for consistent col/row numbering (#356) | Veniamin Albaev | 2019-03-20 |
| * | update go test and function docs | caozhiyi | 2019-03-07 |
| * | update README and functions docs (#351) | Kimxu | 2019-03-07 |
| * | Implement consistent row addressing by Excel row number starting with 1 (#350) | Veniamin Albaev | 2019-03-06 |
| * | resolve the issue corrupted xlsx after deleting formula of cell, reference #346 | xuri | 2019-02-22 |
| * | New feature: File.DuplicateRowTo() duplicate row to specified row position. | Veniamin Albaev | 2019-01-10 |
| * | Fixes #195: Make GetRows return value avoid empty cell | Rafael Barros | 2019-01-01 |
| * | README updated | xuri | 2019-01-01 |
| * | Duplicate row (#317) | Veniamin Albaev | 2018-12-26 |
| * | Fix the issue caused by missing tradition to strict conversion for `sharedStr... | xuri | 2018-10-18 |
| * | Comments style changed. | xuri | 2018-09-14 |
| * | Comments style changed. | xuri | 2018-09-14 |
| * | Comments style changed. | xuri | 2018-09-14 |
| * | Fix golint errors under confidence 0.1 | xuri | 2018-09-12 |
| * | Fixes #256 and format document. | xuri | 2018-08-06 |
| * | - Add error return value for functions: `AddChart()`, `AddComment()`, `AddPic... | xuri | 2018-05-27 |
| * | Simplify testing code, add test case for outline functions and update the godoc. | xuri | 2018-05-11 |
| * | Added functions to set and get outline level for columns and rows. | Ilya Kuznetsov | 2018-05-07 |
| * | Merge branch 'master' into lunny/refactor | xuri | 2018-05-07 |
| |\ |
|
| | * | Merge test cases and use strict error checking. | Ri Xu | 2018-05-07 |
| * | | save bytes on memory instead of string | Lunny Xiao | 2018-05-07 |
| |/ |
|
| * | add iterator method for rows | Lunny Xiao | 2018-05-05 |
| * | Fix typo and adding Chinese version document. | Ri Xu | 2018-04-23 |
| * | - Support to read inlineStr type cell value, relate issue #208, PR #209; | Ri Xu | 2018-04-09 |
| * | - Make row index consistent in function `SetRowHeight` and `GetRowHeight`, fi... | Ri Xu | 2018-04-02 |
| * | Handle special shared string table file name `xl/SharedStrings.xml`, relate i... | Ri Xu | 2018-03-02 |
| * | Fix read columns count wrong in specific xlsx data, relate issue #175 | Ri Xu | 2018-01-06 |
| * | Bugfix: use sheet name in func `AddChat`, relate issue #138 | Ri Xu | 2017-10-20 |
| * | Bugfix: read sheet name error, relate issue #137 | Ri Xu | 2017-10-18 |
| * | 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 |
| * | - API changed, use worksheet name instead of "sheet" + index, related issue #... | Ri Xu | 2017-09-13 |
| * | - Init insert/remove column/row support. Relate issue #77 and #82; | Ri Xu | 2017-07-24 |
| * | Function `GetCellValue()` performance improvement by avoid repeating deserial... | 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 |
| * | - 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 |
| * | - Formatted cell data support, fix issue #48; | Ri Xu | 2017-05-05 |