summaryrefslogtreecommitdiff
path: root/rows.go
Commit message (Collapse)AuthorAge
* Bugfix #23 can't get multiple records.Ri Xu2017-02-17
|
* - Improved performance when reading large files, call Token to read tokens ↵Ri Xu2017-02-12
| | | | | | | one by one instead Unmarshal. Related issue #20 ; - Fix go test typo; - Update README
* 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 ↵Ri Xu2017-01-18
| | | | | | | and set column width; - Add escape characters of sheet name; - Update go test and fix typo
* Remove useless `.xlsx` tested files and go test updated.Ri Xu2016-11-02
|
* looping on row col functionalityahmad2016-10-31