summaryrefslogtreecommitdiff
path: root/styles.go
Commit message (Expand)AuthorAge
* - Make function `TitleToNumber()` exportable, note that function `ToAlphaStri...Ri Xu2017-06-27
* - Function `formattedValue()` performance improvement by avoid repeating dese...Ri Xu2017-06-26
* - Fixed coordinate parse error in function `SetCellStyle()`, relate issue #60;Ri Xu2017-06-12
* - Formatted cell data support, fix issue #48;Ri Xu2017-05-05
* - Font bold, italic and underline style support. Relate issue #45;Ri Xu2017-04-25
* - Set number format for a cell support;Ri Xu2017-04-07
* Godoc updated.Ri Xu2017-03-30
* - Set text in cell align support, note that the parameters of the `SetCellSty...Ri Xu2017-03-26
* - Set cell background color and style support;Ri Xu2017-03-19
* Performance improvementRi Xu2017-03-12
* - Complete the element `sheetFormatPr` struct definition;Ri Xu2017-03-10
* - New feature: border setting support (Related issue #21);Ri Xu2017-03-06