| Commit message (Expand) | Author | Age |
... | |
* | | | Update XML namespace | xuri | 2019-11-30 |
* | | | Resolve #521, fix missing elements when parsing | xuri | 2019-11-28 |
* | | | Resolve #146, make the GetRow function read data as streaming. Ref: #382, #515 | xuri | 2019-11-23 |
* | | | Fix #494 Merge pull request #514 from mlh758/fix-494-write-allocations | xuri | 2019-11-10 |
|\ \ \ |
|
| * | | | Reduce allocations when writing | Harris | 2019-11-05 |
|/ / / |
|
* | | | Resolve #501, support set minor grid lines for the chart | xuri | 2019-10-27 |
* | | | Resolve #507, add the new function `DeleteDefinedName` | xuri | 2019-10-26 |
* | | | Resolve #511, allow empty columns in the pivot table | xuri | 2019-10-24 |
* | | | Pre-allocate some memory when reading files (#510) | Michael | 2019-10-24 |
* | | | Fix corrupted Excel file issue #413 | xuri | 2019-10-23 |
* | | | Fix #505, support set line width of the line chart | xuri | 2019-10-21 |
* | | | fix #503 rows next issue | ducquangkstn | 2019-10-18 |
* | | | Optimize code of Getting/Setting Page Margins | xuri | 2019-10-17 |
* | | | Added accessors for Getting/Setting Page Margins (#497) | streboryaj | 2019-10-15 |
* | | | Merge pull request #498 from heiy/master | xuri | 2019-10-10 |
|\ \ \
| |/ /
|/| | |
|
| * | | solve ending space missing | heiy | 2019-10-10 |
|/ / |
|
* | | Fix #493 Merge pull request #495 from jaby/493-ShowZeros | xuri | 2019-09-30 |
|\ \ |
|
| * | | Add missing ShowZeros SheetViewOption implementation | jaby | 2019-09-30 |
|/ / |
|
* | | Improve compatibility for charts | xuri | 2019-09-26 |
* | | Create SECURITY.md | xuri | 2019-09-25 |
* | | Compatibility improvement | xuri | 2019-09-24 |
* | | Fix #482, font strike style support | xuri | 2019-09-23 |
* | | Allow access to more formula attributes in SetCellFormula (#484) | Christian Fiedler | 2019-09-22 |
* | | Resolve #40, init pivot table support | xuri | 2019-09-20 |
* | | Fix #483, adjust the order of fields in the structure | xuri | 2019-09-18 |
* | | Combine functions: | xuri | 2019-09-16 |
* | | Fix #466, #480 Merge pull request #481 from bvwells/modules | xuri | 2019-09-14 |
|\ \ |
|
| * | | Fix dependency on github.com/360EntSecGroup-Skylar/excelize v1 | Ben Wells | 2019-09-13 |
|/ / |
|
* | | Add pivot table cache definition struct | xuri | 2019-09-08 |
* | | Prepare pivot table support, add pivot table definition struct | xuri | 2019-09-06 |
* | | Testing files updated | xuri | 2019-09-02 |
* | | Fix #386 regression test added (#440) | Vsevolod Balashov | 2019-09-01 |
* | | Merge pull request #479 from mtmcfarl/patch-1 | xuri | 2019-09-01 |
|\ \ |
|
| * | | Updating Readme | Matthew McFarling | 2019-08-28 |
|/ / |
|
* | | Update the Godoc | xuri | 2019-08-21 |
* | | Merge pull request #475 from mqy/master | xuri | 2019-08-19 |
|\ \ |
|
| * | | add missing error check in SetSheetRow() | mqy | 2019-08-19 |
|/ / |
|
* | | Merge pull request #473 from dolmen-go/cell-Sprint | xuri | 2019-08-14 |
|\ \ |
|
| * | | SetCellValue: use fmt.Sprint(v) instead of fmt.Sprintf("%v", v) | Olivier Mengué | 2019-08-13 |
|/ / |
|
* | | Documentation updated, Go 1.10+ required | xuri | 2019-08-11 |
* | | Merge pull request #464 from mlh758/fix-462 | xuri | 2019-08-11 |
|\ \ |
|
| * | | Handle multi row inline strings | Harris | 2019-08-09 |
* | | | Merge pull request #469 from zaddok/patch-1 | xuri | 2019-08-10 |
|\ \ \ |
|
| * | | | Fix potential memory leak | zaddok | 2019-08-09 |
* | | | | Merge pull request #463 from mlh758/fix-457 | xuri | 2019-08-09 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Get sheet names based on index | Harris | 2019-08-08 |
* | | | | Merge pull request #461 from mlh758/fix-439 | xuri | 2019-08-08 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | Further improve read performance | Harris | 2019-08-07 |
* | | | Merge pull request #458 from zhaov/master | xuri | 2019-08-07 |
|\ \ \
| |/ /
|/| | |
|
| * | | Update comments | zhaov | 2019-08-06 |