summaryrefslogtreecommitdiff
path: root/sheetpr_test.go
Commit message (Collapse)AuthorAge
* GitHub repo URL changed.Ri Xu2017-12-01
|
* - 24 hour time format supported, relate issue #163;Ri Xu2017-12-01
| | | | - godoc and go test updated
* Add {G,S}etSheetPrOptions()Olivier Mengué2017-11-17
Add SetSheetPrOptions and GetSheetPrOptions to allow to set options on <sheetPr> and <pageSetUpPr>. The following options are implemented: - CodeName (string) - EnableFormatConditionsCalculation (bool) - Published (bool) - FitToPage (bool) - AutoPageBreaks (bool)