summaryrefslogtreecommitdiff
path: root/xmlStyles.go
Commit message (Collapse)AuthorAge
* - Font bold, italic and underline style support. Relate issue #45;Ri Xu2017-04-25
| | | | | - Function `GetRows()` doc updated, relate issue #43; - go test and embed template updated
* - Set number format for a cell support;Ri Xu2017-04-07
| | | | - go test updated
* - Set text in cell align support, note that the parameters of the ↵Ri Xu2017-03-26
| | | | | | `SetCellStyle` function have changed; - go test updated
* - Set cell background color and style support;Ri Xu2017-03-19
| | | | | | - Rename function `SetBorder` to `SetCellStyle`; - Complete `xlsxColor` structure definition; - go test updated
* - Complete the element `sheetFormatPr` struct definition;Ri Xu2017-03-10
| | | | | | - Partial logic performance optimization, use pointer reference instead of a pass the variable value; - Add comments for content types struct definition; - Update go test `TestSetBorder` section
* - New feature: border setting support (Related issue #21);Ri Xu2017-03-06
- Function parameter code is simplified; - Fix element `Tint` value parsing error in worksheet; - Update go test