summaryrefslogtreecommitdiff
path: root/file.go
Commit message (Expand)AuthorAge
* - API changed, use worksheet name instead of "sheet" + index, related issue #...Ri Xu2017-09-13
* API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` ins...Ri Xu2017-06-28
* - Function `formattedValue()` performance improvement by avoid repeating dese...Ri Xu2017-06-26
* - Initialize char support, relate issue #31;Ri Xu2017-04-23
* - Fix SheetCount count error;Ri Xu2017-04-01
* Performance improvementRi Xu2017-03-12
* Standardize input and outputJosh Fyne2017-02-16
* Support set work sheet background image.Ri Xu2017-01-24
* 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
* Update godoc of package.Ri Xu2016-10-19
* Fix issue #2 change project to object-oriented style and update readme file.Ri Xu2016-09-05
* Fix issue #4 use builtin `map` instead of home-built.Ri Xu2016-09-05
* Format code with golint rulesRi Xu2016-09-02
* Update testing file more case added and reading cell value usage example in r...Ri Xu2016-09-02
* Init commit.Ri Xu2016-08-30