Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - 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 | ||
* | - Fixed coordinate parse error in function `SetCellStyle()`, relate issue #60; | Ri Xu | 2017-06-12 |
| | | | | - Simplified code | ||
* | Fix non-visual canvas properties ID calculator. | Ri Xu | 2017-05-25 |
| | |||
* | Code optimize. | Ri Xu | 2017-05-24 |
| | |||
* | Initialize comments support & go test updated. | Ri Xu | 2017-05-13 |
| | |||
* | - Initialize shape support: new function `AddShape()` added. Relate issue #38; | Ri Xu | 2017-04-30 |
| | | | | | - Drawing `nvPicPr` element ID property calculation changed; - go test updated | ||
* | - Initialize table support; | Ri Xu | 2017-04-28 |
| | | | | - go test updated | ||
* | - Initialize char support, relate issue #31; | Ri Xu | 2017-04-23 |
| | | | | | | | | - Doc for function `GetRows()` updated, relate issue #43; - Fix doc typo in `xmlContentTypes.go`; - Default template updated; - Readme updated; - go test updated | ||
* | - Fix SheetCount count error; | Ri Xu | 2017-04-01 |
| | | | | | - Optimize deserialization operations; - README updated, add go version required notice | ||
* | Godoc updated. | Ri Xu | 2017-03-30 |
| | |||
* | - Get an images in a cell supported, new function `GetPicture` added; | Ri Xu | 2017-03-28 |
| | | | | - go test updated | ||
* | Performance improvement | Ri Xu | 2017-03-12 |
| | |||
* | - New feature: border setting support (Related issue #21); | Ri Xu | 2017-03-06 |
| | | | | | | - Function parameter code is simplified; - Fix element `Tint` value parsing error in worksheet; - Update go test | ||
* | Fix missing `oneCellAnchor` element after add picture in some cases. | Ri Xu | 2017-03-01 |
| | |||
* | Change function `AddPicture()` parameters to add add printing settings ↵ | Ri Xu | 2017-02-28 |
| | | | | support. Related issue #27. | ||
* | - Improved performance when reading large files, call Token to read tokens ↵ | Ri Xu | 2017-02-12 |
| | | | | | | | one by one instead Unmarshal. Related issue #20 ; - Fix go test typo; - Update README | ||
* | Support set work sheet background image. | Ri Xu | 2017-01-24 |
| | |||
* | Update README, godoc and fix typo. | Ri Xu | 2017-01-22 |
| | |||
* | Support add picture with offset and scaling. | Ri Xu | 2017-01-22 |
| | |||
* | - Add hyperlink and set formula support for cell support; | Ri Xu | 2017-01-19 |
| | | | | | - Character limits for cells added; - Update go test and fix typo | ||
* | Format commants, break comments after 80 characters. | Ri Xu | 2017-01-18 |
| | |||
* | - New function `AddPicture()` added, support to add picture into excel cell; | Ri Xu | 2017-01-17 |
- go test updated; - fix typo and `gofmt -s` formatted |