summaryrefslogtreecommitdiff
path: root/rows.go
Commit message (Expand)AuthorAge
* Update rows.goxxb-at-julichina2020-02-28
* Fix #586, duplicate row with merged cellsxuri2020-02-25
* Resolve #580, revert commit https://github.com/360EntSecGroup-Skylar/excelize...xuri2020-02-19
* optimize code and comments: use println errors instead of panicxuri2020-01-03
* Fix #551, handle empty rows in streaming readingxuri2019-12-31
* Improve code coverage unit testsxuri2019-12-29
* Update comments for the xmlNewDecoder (#542)match-meng2019-12-20
* Resolve #539 Merge branch 'v2'xuri2019-12-20
|\
| * Fix #539 Fixed error opening excel file created in encoding d… (#540)Alex Geer2019-12-20
* | Fix #529, handle empty inline rich textxuri2019-12-11
* | Resolve #146, make the GetRow function read data as streaming. Ref: #382, #515xuri2019-11-23
* | fix #503 rows next issueducquangkstn2019-10-18
|/
* Compatibility improvementxuri2019-09-24
* Documentation updated, Go 1.10+ requiredxuri2019-08-11
* Handle multi row inline stringsHarris2019-08-09
* Further improve read performanceHarris2019-08-07
* Only parse xml once when readingHarris2019-08-05
* Optimize code, fix golint issuesxuri2019-06-20
* Fix #424, refactor merged cells adjusterxuri2019-06-12
* Fixed #418, #420, #421, init adjust calculation chain supportxuri2019-06-08
* godoc update and typo fixedxuri2019-04-20
* Resolve #382, rewrite prepareSheetXML to scale linearly (#383)Michael2019-04-16
* Resolve #369,#370xuri2019-04-15
* Resolve #377, avoid empty column in GetRows resultxuri2019-04-07
* refactor: handler error instead of panic,xuri2019-03-23
* Fixed PR #356 regression RemoveCol() broken (#365)Veniamin Albaev2019-03-21
* Typo fixed and godoc updatedxuri2019-03-20
* Huge refactorig for consistent col/row numbering (#356)Veniamin Albaev2019-03-20
* update go test and function docscaozhiyi2019-03-07
* update README and functions docs (#351)Kimxu2019-03-07
* Implement consistent row addressing by Excel row number starting with 1 (#350)Veniamin Albaev2019-03-06
* resolve the issue corrupted xlsx after deleting formula of cell, reference #346xuri2019-02-22
* New feature: File.DuplicateRowTo() duplicate row to specified row position.Veniamin Albaev2019-01-10
* Fixes #195: Make GetRows return value avoid empty cellRafael Barros2019-01-01
* README updatedxuri2019-01-01
* Duplicate row (#317)Veniamin Albaev2018-12-26
* Fix the issue caused by missing tradition to strict conversion for `sharedStr...xuri2018-10-18
* Comments style changed.xuri2018-09-14
* Comments style changed.xuri2018-09-14
* Comments style changed.xuri2018-09-14
* Fix golint errors under confidence 0.1xuri2018-09-12
* Fixes #256 and format document.xuri2018-08-06
* - Add error return value for functions: `AddChart()`, `AddComment()`, `AddPic...xuri2018-05-27
* Simplify testing code, add test case for outline functions and update the godoc.xuri2018-05-11
* Added functions to set and get outline level for columns and rows.Ilya Kuznetsov2018-05-07
* Merge branch 'master' into lunny/refactorxuri2018-05-07
|\
| * Merge test cases and use strict error checking.Ri Xu2018-05-07
* | save bytes on memory instead of stringLunny Xiao2018-05-07
|/
* add iterator method for rowsLunny Xiao2018-05-05
* Fix typo and adding Chinese version document.Ri Xu2018-04-23