Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Combine functions: | xuri | 2019-09-16 |
| | | | | | | workBookRelsWriter, drawingRelsWriter into relsWriter; drawingRelsReader, workbookRelsReader, workSheetRelsReader into relsReader; addDrawingRelationships, addSheetRelationships into addRels | ||
* | Fix #466, #480 Merge pull request #481 from bvwells/modules | xuri | 2019-09-14 |
|\ | | | | | Fix dependency on github.com/360EntSecGroup-Skylar/excelize v1 | ||
| * | 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 |
| | | | | | | * #386 regression test added * closes #386 string to bigint on GOARCH=386 | ||
* | Merge pull request #479 from mtmcfarl/patch-1 | xuri | 2019-09-01 |
|\ | | | | | Updating Readme | ||
| * | Updating Readme | Matthew McFarling | 2019-08-28 |
|/ | | | Removing the /v2 on the package url as it does not work with the ```go get``` command. | ||
* | Update the Godoc | xuri | 2019-08-21 |
| | |||
* | Merge pull request #475 from mqy/master | xuri | 2019-08-19 |
|\ | | | | | add missing error check in SetSheetRow() | ||
| * | 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) | ||
| * | SetCellValue: use fmt.Sprint(v) instead of fmt.Sprintf("%v", v) | Olivier Mengué | 2019-08-13 |
|/ | | | | | | | Because that does the same thing, but without having to parse a format string. Signed-off-by: Olivier Mengué <dolmen@cpan.org> | ||
* | Documentation updated, Go 1.10+ required | xuri | 2019-08-11 |
| | |||
* | Merge pull request #464 from mlh758/fix-462 | xuri | 2019-08-11 |
|\ | | | | | Fixed #462 Handle multi row inline strings | ||
| * | Handle multi row inline strings | Harris | 2019-08-09 |
| | | | | | | | | | | | | | | | | | | The inline string struct is actually the same as the shared strings struct, reuse it. Note that Go version 1.10 is required. Fixes #462 | ||
* | | Merge pull request #469 from zaddok/patch-1 | xuri | 2019-08-10 |
|\ \ | | | | | | | Fix potential memory leak | ||
| * | | Fix potential memory leak | zaddok | 2019-08-09 |
| | | | | | | | | | Fix potential memory leak where zw is not Close() when an error occurs. | ||
* | | | Merge pull request #463 from mlh758/fix-457 | xuri | 2019-08-09 |
|\ \ \ | |/ / |/| | | Get sheet names based on index | ||
| * | | Get sheet names based on index | Harris | 2019-08-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | SheetID only seems to indicate the file name for the sheet. Check the sheets list based on index instead. Reordering sheets in Excel changes the order they appear in that list. Fixes #457 | ||
* | | | Merge pull request #461 from mlh758/fix-439 | xuri | 2019-08-08 |
|\ \ \ | |/ / |/| / | |/ | Further improve read performance | ||
| * | Further improve read performance | Harris | 2019-08-07 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of re-encoding the full sheet to change the namespaces in the encoded bytes, read the sheet again and do the byte replacements there. In this case, file access ends up being more performant than marshaling the sheet back to XML. In the SharedStrings test, ensure the strings are actually read. Fix #439 | ||
* | | Merge pull request #458 from zhaov/master | xuri | 2019-08-07 |
|\ \ | |/ |/| | Update comments | ||
| * | Update comments | zhaov | 2019-08-06 |
| | | |||
* | | Merge pull request #459 from WuXu1995/master | xuri | 2019-08-06 |
|\ \ | |/ |/| | Bugfix #454 | ||
| * | Bugfix #454 | WuXu1995 | 2019-08-06 |
|/ | |||
* | Merge pull request #456 from mlh758/fix-439 | xuri | 2019-08-05 |
|\ | | | | | Fix #439 | ||
| * | Only parse xml once when reading | Harris | 2019-08-05 |
|/ | | | | | | | | | | We were parsing the whole sheet twice since the sheet reader already reads in all the rows. getTotalRowsCols function is unused after these changes so it has been deleted as well. Closes #439 | ||
* | New feature: sparkline supported | xuri | 2019-08-04 |
| | |||
* | Fixed doc corruption when deleting all merged cells | xuri | 2019-08-03 |
| | |||
* | Add extensions URI of spreadsheetML | xuri | 2019-07-31 |
| | |||
* | Merge pull request #447 from dongkai16z/master | xuri | 2019-07-26 |
|\ | | | | | Fix #443 | ||
| * | Fix #443 | 董凯 | 2019-07-25 |
| | | |||
* | | Merge pull request #448 from Sustainedhhh/master | xuri | 2019-07-25 |
|\ \ | |/ |/| | Fix #442 | ||
| * | Fix #442 | Sustainedhhh | 2019-07-25 |
|/ | |||
* | Fix invalid formula in data validation drop list | xuri | 2019-07-22 |
| | |||
* | Resolve #217, new function add VBA project supported. | xuri | 2019-07-21 |
| | |||
* | Fix #437, recalculate offset for merged cells adjuster | xuri | 2019-07-20 |
| | |||
* | Update docs | xuri | 2019-07-17 |
| | |||
* | Fix #434, add missing comments | xuri | 2019-07-15 |
| | |||
* | Structure update #434 | xuri | 2019-07-14 |
| | | | Add a missing element of the comment text elements | ||
* | add comments for SheetView parameters | xuri | 2019-07-08 |
| | |||
* | # add: add Remarks for CalcChain c Attributes | Farmerx | 2019-07-08 |
| | |||
* | Add unit test for SetPageLayout | xuri | 2019-07-07 |
| | |||
* | Resolve #432, supplement the function of SetPageLayout | xuri | 2019-07-06 |
| | | | SetPageLayout support to set fit to width and height | ||
* | Make fitToHeight tag omit empty | xuri | 2019-07-05 |
| | |||
* | Add unit test for GroupSheets and UngroupSheets | xuri | 2019-07-04 |
| | |||
* | New feature: group and ungroup sheets support | xuri | 2019-07-03 |
| | | | | New functions `GroupSheets` and `UngroupSheets` added Refactor sheet index calculation | ||
* | Update GoDoc and typo fixed | xuri | 2019-06-30 |
| |