| Commit message (Expand) | Author | Age |
* | 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 |
* | - Font bold, italic and underline style support. Relate issue #45; | Ri Xu | 2017-04-25 |
* | - Initialize char support, relate issue #31; | Ri Xu | 2017-04-23 |
* | Performance improvement | Ri Xu | 2017-03-12 |
* | - Complete the element `sheetFormatPr` struct definition; | Ri Xu | 2017-03-10 |
* | Bugfix #23 can't get multiple records. | Ri Xu | 2017-02-17 |
* | - Improved performance when reading large files, call Token to read tokens on... | Ri Xu | 2017-02-12 |
* | Fix issue #19. | Ri Xu | 2017-02-07 |
* | Add SetRowHeight function | Nikolas Silva | 2017-02-02 |
* | 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 |
* | Remove useless `.xlsx` tested files and go test updated. | Ri Xu | 2016-11-02 |
* | looping on row col functionality | ahmad | 2016-10-31 |