Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Bugfix: use sheet name in func `AddChat`, relate issue #138 | Ri Xu | 2017-10-20 |
| | | | | Signed-off-by: Ri Xu <xuri.me@gmail.com> | ||
* | Performance optimization, use the array index instead of the value in range. | Ri Xu | 2017-10-16 |
| | |||
* | - API changed, use worksheet name instead of "sheet" + index, related issue ↵ | Ri Xu | 2017-09-13 |
| | | | | | | #25, #43, #47, #51, #89, #101, #116 and #120. - go test updated | ||
* | - Fix `completeCol()` make extra rows, relate issue #87; | Ri Xu | 2017-07-27 |
| | | | | - godoc updated | ||
* | - Init insert/remove column/row support. Relate issue #77 and #82; | Ri Xu | 2017-07-24 |
| | | | | - Readme and go test updated | ||
* | - Unify the index row number index of functions `SetRowHeight()` and ↵ | Ri Xu | 2017-06-29 |
| | | | | | | | `GetRowHeight()` relate issue #68; - Unify the return value data type of functions `SetColWidth()` and `GetColWidth()`; - go test updated | ||
* | Function `GetColWidth()` and `GetRowHeight()` has been exported, relate ↵ | Ri Xu | 2017-06-28 |
| | | | | issue #68. | ||
* | API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` ↵ | Ri Xu | 2017-06-28 |
| | | | | instead of `WriteTo()`. | ||
* | - Make function `TitleToNumber()` exportable, note that function ↵ | Ri Xu | 2017-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 Xu | 2017-06-15 |
| | | | | | - go test updated; - Fix typo | ||
* | Performance improvement | Ri Xu | 2017-03-12 |
| | |||
* | Support set work sheet background image. | Ri Xu | 2017-01-24 |
| | |||
* | Support add picture with offset and scaling. | Ri Xu | 2017-01-22 |
| | |||
* | Format commants, break comments after 80 characters. | Ri Xu | 2017-01-18 |
| | |||
* | - New function `SetSheetName` and `SetColWidth` added, support rename sheet ↵ | Ri Xu | 2017-01-18 |
and set column width; - Add escape characters of sheet name; - Update go test and fix typo |