| Commit message (Expand) | Author | Age |
* | Fix #386 regression test added (#440) | Vsevolod Balashov | 2019-09-01 |
* | Update the Godoc | xuri | 2019-08-21 |
* | Documentation updated, Go 1.10+ required | xuri | 2019-08-11 |
* | New feature: sparkline supported | xuri | 2019-08-04 |
* | Update GoDoc and typo fixed | xuri | 2019-06-30 |
* | Fix #425, handle empty font style format | xuri | 2019-06-13 |
* | Fix #424, refactor merged cells adjuster | xuri | 2019-06-12 |
* | Fixed #418, #420, #421, init adjust calculation chain support | xuri | 2019-06-08 |
* | Fix #411, change font size to float type | xuri | 2019-06-07 |
* | Add the ability to change the default font | Harris | 2019-05-23 |
* | Resolve #404, get sheet map by target rels. | xuri | 2019-05-17 |
* | godoc update and typo fixed | xuri | 2019-04-20 |
* | Resolve #382, rewrite prepareSheetXML to scale linearly (#383) | Michael | 2019-04-16 |
* | Resolve #369,#370 | xuri | 2019-04-15 |
* | refactor: handler error instead of panic, | xuri | 2019-03-23 |
* | Huge refactorig for consistent col/row numbering (#356) | Veniamin Albaev | 2019-03-20 |
* | Do not create a blank fill if no fill is specified in the style format | Michael W. Mitton | 2019-01-09 |
* | README updated | xuri | 2019-01-01 |
* | resolve #276, add OfficeOpenXML-XMLSchema-Strict mode support | xuri | 2018-10-17 |
* | Comments style changed. | xuri | 2018-09-14 |
* | Comments style changed. | xuri | 2018-09-14 |
* | Comments style changed. | xuri | 2018-09-14 |
* | Fix golint errors under confidence 0.1 | xuri | 2018-09-12 |
* | Fixes #256 and format document. | xuri | 2018-08-06 |
* | Use min/mid/max value for 2 and 3 color scale conditional formatting | Alex Whitney | 2018-07-25 |
* | GoDoc updated. | xuri | 2018-07-13 |
* | - Initialize theme support; | xuri | 2018-07-07 |
* | - Update Travis CI to include GOARCH=386 tests, relate issue #239 and #244; | xuri | 2018-06-30 |
* | - Add error return value for functions: `AddChart()`, `AddComment()`, `AddPic... | xuri | 2018-05-27 |
* | - Bugfix: set font family not works, relate issue #222; | xuri | 2018-05-08 |
* | save bytes on memory instead of string | Lunny Xiao | 2018-05-07 |
* | Fix document typo. | Ri Xu | 2018-05-03 |
* | Fix typo and adding Chinese version document. | Ri Xu | 2018-04-23 |
* | - Add protection properties associated with the cell support, relate issue #191; | Ri Xu | 2018-03-07 |
* | - gofmted with -s; | Ri Xu | 2018-01-31 |
* | Avoid looping over unused rows and columns in SetCellStyle. | Martin Sandve Alnæs | 2018-01-29 |
* | make SetCellStyle quicker by skipping conversions in checkCellInArea, and ski... | mbresson | 2018-01-19 |
* | Travis CI config updated and typo fixed. | Ri Xu | 2017-12-01 |
* | - 24 hour time format supported, relate issue #163; | Ri Xu | 2017-12-01 |
* | Improve code readability. | Ri Xu | 2017-09-30 |
* | Handle coordinate parse exception, relate issue #122. | Ri Xu | 2017-09-19 |
* | - API changed, use worksheet name instead of "sheet" + index, related issue #... | Ri Xu | 2017-09-13 |
* | - Conditional format with formula support, relate issue #75; | Ri Xu | 2017-08-18 |
* | Document updated. | Ri Xu | 2017-08-11 |
* | - Init conditional format support, relate issue #75; | Ri Xu | 2017-08-11 |
* | Add missing element `xfId` of the styles to fix issue #93. | Ri Xu | 2017-08-07 |
* | - Fix `completeCol()` make extra rows, relate issue #87; | Ri Xu | 2017-07-27 |
* | - Support set custom number format, relate issue #86; | Ri Xu | 2017-07-27 |
* | - Add number format code with unicode values, relate issue #86; | Ri Xu | 2017-07-26 |
* | - Fix missing element in worksheet, workbook and styles. Related issue #81; | Ri Xu | 2017-07-15 |