summaryrefslogtreecommitdiff
path: root/col.go
Commit message (Collapse)AuthorAge
* Function `GetColWidth()` and `GetRowHeight()` has been exported, relate ↵Ri Xu2017-06-28
| | | | issue #68.
* API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` ↵Ri Xu2017-06-28
| | | | instead of `WriteTo()`.
* - Make function `TitleToNumber()` exportable, note that function ↵Ri Xu2017-06-27
| | | | | | `ToAlphaString()` return value calculation changes, get more info from go doc. Relate issue #63; - Readme and go doc updated
* - New functions `GetColVisible()` and `SetColVisible()` added, relate issue #61;Ri Xu2017-06-15
| | | | | - go test updated; - Fix typo
* Performance improvementRi Xu2017-03-12
|
* Support set work sheet background image.Ri Xu2017-01-24
|
* Support add picture with offset and scaling.Ri Xu2017-01-22
|
* 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