summaryrefslogtreecommitdiff
path: root/rows.go
Commit message (Expand)AuthorAge
* make columns iterator read cell streamingly and add max column limit on Colum...xuri2020-06-22
* speedup get cell value from shared string tablexuri2020-05-27
* Fix #622, storage string to SST (shared string table)xuri2020-05-26
* Merge pull request #410xuri2020-05-17
* handle the cell without r attribute in a row elementxuri2020-04-24
* Performance improvementsxuri2020-04-05
* fix reading wrong string from xml such as belowfoxmeder2020-04-02
* remove ineffectual variable assignments and simplify codexuri2020-03-29
* 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