diff options
author | Ri Xu <xuri.me@gmail.com> | 2017-12-01 15:47:39 +0800 |
---|---|---|
committer | Ri Xu <xuri.me@gmail.com> | 2017-12-01 15:47:39 +0800 |
commit | 07a41400984ac16558b68420a448394f92bd0a20 (patch) | |
tree | 31b41c56ddc14a90cb8db3e1306487e9d6a058f5 /sheetpr.go | |
parent | 2dc385431d3b50bf3b83799dc8a822b8ef870577 (diff) |
- 24 hour time format supported, relate issue #163;
- godoc and go test updated
Diffstat (limited to 'sheetpr.go')
-rw-r--r-- | sheetpr.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -98,7 +98,7 @@ func (o *AutoPageBreaks) getSheetPrOption(pr *xlsxSheetPr) { *o = AutoPageBreaks(pr.PageSetUpPr.AutoPageBreaks) } -// SetSheetPrOptions sets sheet properties. +// SetSheetPrOptions provides function to sets worksheet properties. // // Available options: // CodeName(string) @@ -120,7 +120,7 @@ func (f *File) SetSheetPrOptions(name string, opts ...SheetPrOption) error { return nil } -// SetSheetPrOptions sets sheet properties. +// GetSheetPrOptions provides function to gets worksheet properties. // // Available options: // CodeName(string) |