summaryrefslogtreecommitdiff
path: root/sheetpr.go
diff options
context:
space:
mode:
authorRi Xu <xuri.me@gmail.com>2017-12-01 15:47:39 +0800
committerRi Xu <xuri.me@gmail.com>2017-12-01 15:47:39 +0800
commit07a41400984ac16558b68420a448394f92bd0a20 (patch)
tree31b41c56ddc14a90cb8db3e1306487e9d6a058f5 /sheetpr.go
parent2dc385431d3b50bf3b83799dc8a822b8ef870577 (diff)
- 24 hour time format supported, relate issue #163;
- godoc and go test updated
Diffstat (limited to 'sheetpr.go')
-rw-r--r--sheetpr.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/sheetpr.go b/sheetpr.go
index 2a88717..7b8df54 100644
--- a/sheetpr.go
+++ b/sheetpr.go
@@ -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)