summaryrefslogtreecommitdiff
path: root/rows.go
Commit message (Expand)AuthorAge
* 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
* Add SetRowHeight functionNikolas Silva2017-02-02
* Format commants, break comments after 80 characters.Ri Xu2017-01-18
* - New function `SetSheetName` and `SetColWidth` added, support rename sheet a...Ri Xu2017-01-18
* Remove useless `.xlsx` tested files and go test updated.Ri Xu2016-11-02
* looping on row col functionalityahmad2016-10-31