summaryrefslogtreecommitdiff
path: root/rows.go
Commit message (Expand)AuthorAge
* 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
* - Support to read inlineStr type cell value, relate issue #208, PR #209;Ri Xu2018-04-09
* - Make row index consistent in function `SetRowHeight` and `GetRowHeight`, fi...Ri Xu2018-04-02
* Handle special shared string table file name `xl/SharedStrings.xml`, relate i...Ri Xu2018-03-02
* Fix read columns count wrong in specific xlsx data, relate issue #175Ri Xu2018-01-06
* Bugfix: use sheet name in func `AddChat`, relate issue #138Ri Xu2017-10-20
* Bugfix: read sheet name error, relate issue #137Ri Xu2017-10-18
* Performance optimization, use the array index instead of the value in range.Ri Xu2017-10-16
* Improve code readability.Ri Xu2017-09-30
* - API changed, use worksheet name instead of "sheet" + index, related issue #...Ri Xu2017-09-13
* - Init insert/remove column/row support. Relate issue #77 and #82;Ri Xu2017-07-24
* Function `GetCellValue()` performance improvement by avoid repeating deserial...Ri Xu2017-06-29
* - Unify the index row number index of functions `SetRowHeight()` and `GetRowH...Ri Xu2017-06-29
* API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` ins...Ri Xu2017-06-28
* - Make function `TitleToNumber()` exportable, note that function `ToAlphaStri...Ri Xu2017-06-27
* - New functions: `GetSheetVisible()` and `GetRowVisible()` added, relate issu...Ri Xu2017-06-14
* Init auto filter support, relate issue #59.Ri Xu2017-06-08
* - Formatted cell data support, fix issue #48;Ri Xu2017-05-05
* - Font bold, italic and underline style support. Relate issue #45;Ri Xu2017-04-25
* - Initialize char support, relate issue #31;Ri Xu2017-04-23
* Performance improvementRi Xu2017-03-12
* - Complete the element `sheetFormatPr` struct definition;Ri Xu2017-03-10
* Bugfix #23 can't get multiple records.Ri Xu2017-02-17
* - Improved performance when reading large files, call Token to read tokens on...Ri Xu2017-02-12
* Fix issue #19.Ri Xu2017-02-07