summaryrefslogtreecommitdiff
path: root/styles.go
Commit message (Expand)AuthorAge
* - Bugfix: set font family not works, relate issue #222;xuri2018-05-08
* save bytes on memory instead of stringLunny Xiao2018-05-07
* Fix document typo.Ri Xu2018-05-03
* Fix typo and adding Chinese version document.Ri Xu2018-04-23
* - Add protection properties associated with the cell support, relate issue #191;Ri Xu2018-03-07
* - gofmted with -s;Ri Xu2018-01-31
* Avoid looping over unused rows and columns in SetCellStyle.Martin Sandve Alnæs2018-01-29
* make SetCellStyle quicker by skipping conversions in checkCellInArea, and ski...mbresson2018-01-19
* Travis CI config updated and typo fixed.Ri Xu2017-12-01
* - 24 hour time format supported, relate issue #163;Ri Xu2017-12-01
* Improve code readability.Ri Xu2017-09-30
* Handle coordinate parse exception, relate issue #122.Ri Xu2017-09-19
* - API changed, use worksheet name instead of "sheet" + index, related issue #...Ri Xu2017-09-13
* - Conditional format with formula support, relate issue #75;Ri Xu2017-08-18
* Document updated.Ri Xu2017-08-11
* - Init conditional format support, relate issue #75;Ri Xu2017-08-11
* Add missing element `xfId` of the styles to fix issue #93.Ri Xu2017-08-07
* - Fix `completeCol()` make extra rows, relate issue #87;Ri Xu2017-07-27
* - Support set custom number format, relate issue #86;Ri Xu2017-07-27
* - Add number format code with unicode values, relate issue #86;Ri Xu2017-07-26
* - Fix missing element in worksheet, workbook and styles. Related issue #81;Ri Xu2017-07-15
* Currency format code added.Ri Xu2017-07-15
* Add currency format code and go test updated.Ri Xu2017-07-15
* - Display negative numbers by applying a red color supported;Ri Xu2017-07-15
* - Currency format supported, relate issue #80;Ri Xu2017-07-14
* - New function `NewStyle()` added and function `SetCellStyle()` has been expo...Ri Xu2017-06-29
* Function `GetCellValue()` performance improvement by avoid repeating deserial...Ri Xu2017-06-29
* - 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