summaryrefslogtreecommitdiff
path: root/xmlWorksheet.go
Commit message (Expand)AuthorAge
* Resolve #570, flat columns for the column's operationxuri2020-02-07
* Improve code coverage unit testsxuri2019-12-29
* Fix #547 and #546, add default overlay element for the chartxuri2019-12-28
* Improve compatibility, fix workbook's rels ID calc errorxuri2019-12-23
* Improve code coverage unit testsxuri2019-12-22
* Update comments for the xmlNewDecoder (#542)match-meng2019-12-20
* Fix #426, handle empty workbook viewxuri2019-12-16
* Fix #533, add support overlapped mergecellsxuri2019-12-14
* Fix #523, add stream writer for generate new worksheet with huge amounts of dataxuri2019-12-10
* Resolve #521, fix missing elements when parsingxuri2019-11-28
* Reduce allocations when writingHarris2019-11-05
* Added accessors for Getting/Setting Page Margins (#497)streboryaj2019-10-15
* Add missing ShowZeros SheetViewOption implementationjaby2019-09-30
* Compatibility improvementxuri2019-09-24
* Fix #483, adjust the order of fields in the structurexuri2019-09-18
* Documentation updated, Go 1.10+ requiredxuri2019-08-11
* Handle multi row inline stringsHarris2019-08-09
* Bugfix #454WuXu19952019-08-06
* New feature: sparkline supportedxuri2019-08-04
* Make fitToHeight tag omit emptyxuri2019-07-05
* - Supplemental worksheet struct fields and field order adjustmentxuri2019-06-05
* Fix structs fields definition errors and keep double quotes in data validatio...xuri2019-05-04
* The function SetPageLayout support set paper sizekkxkkxkkgh2019-01-13
* README updatedxuri2019-01-01
* Add support to flip outline summariesHarris2018-12-13
* resolve #273 new feature: protect sheet supportHcySunYang2018-11-02
* 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
* DataValidation struct changedxuri2018-09-01
* add datavalidation test and fixed struct bug issue #240rentiansheng2018-09-01
* data validation funcationrentiansheng2018-07-30
* Use min/mid/max value for 2 and 3 color scale conditional formattingAlex Whitney2018-07-25
* - Support to read inlineStr type cell value, relate issue #208, PR #209;Ri Xu2018-04-09
* Add {G,S}etSheetPrOptions()Olivier Mengué2017-11-17
* Merge pull request #149 from dolmen-go/feature/SheetView-optionsxuri2017-11-17
|\
| * Add SetSheetViewOptions and GetSheetViewOptions (#145)Olivier Mengué2017-11-16
* | Bugfix: corrupted xlsx after write operation, relate issue #152.Ri Xu2017-11-16
|/
* Update struct define to fix issue #112.Ri Xu2017-09-05
* Document updated.Ri Xu2017-08-11
* - Init conditional format support, relate issue #75;Ri Xu2017-08-11
* - Init create or remove panes support;Ri Xu2017-07-30
* - Fix missing element in worksheet, workbook and styles. Related issue #81;Ri Xu2017-07-15
* - Unify the index row number index of functions `SetRowHeight()` and `GetRowH...Ri Xu2017-06-29
* Init auto filter support, relate issue #59.Ri Xu2017-06-08
* - Worksheet conditional formatting support added, relate issue #56;Ri Xu2017-05-25
* Leading space(s) character in cell value detection added. Related issue #32.Ri Xu2017-03-28
* - Complete the element `sheetFormatPr` struct definition;Ri Xu2017-03-10
* - New feature: border setting support (Related issue #21);Ri Xu2017-03-06