summaryrefslogtreecommitdiff
path: root/styles.go
Commit message (Expand)AuthorAge
* Fix #425, handle empty font style formatxuri2019-06-13
* Fix #424, refactor merged cells adjusterxuri2019-06-12
* Fixed #418, #420, #421, init adjust calculation chain supportxuri2019-06-08
* Fix #411, change font size to float typexuri2019-06-07
* Add the ability to change the default fontHarris2019-05-23
* Resolve #404, get sheet map by target rels.xuri2019-05-17
* godoc update and typo fixedxuri2019-04-20
* Resolve #382, rewrite prepareSheetXML to scale linearly (#383)Michael2019-04-16
* Resolve #369,#370xuri2019-04-15
* refactor: handler error instead of panic,xuri2019-03-23
* Huge refactorig for consistent col/row numbering (#356)Veniamin Albaev2019-03-20
* Do not create a blank fill if no fill is specified in the style formatMichael W. Mitton2019-01-09
* README updatedxuri2019-01-01
* resolve #276, add OfficeOpenXML-XMLSchema-Strict mode supportxuri2018-10-17
* Comments style changed.xuri2018-09-14
* Comments style changed.xuri2018-09-14
* Comments style changed.xuri2018-09-14
* Fix golint errors under confidence 0.1xuri2018-09-12
* Fixes #256 and format document.xuri2018-08-06
* Use min/mid/max value for 2 and 3 color scale conditional formattingAlex Whitney2018-07-25
* GoDoc updated.xuri2018-07-13
* - Initialize theme support;xuri2018-07-07
* - Update Travis CI to include GOARCH=386 tests, relate issue #239 and #244;xuri2018-06-30
* - Add error return value for functions: `AddChart()`, `AddComment()`, `AddPic...xuri2018-05-27
* - 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