diff options
author | xuri <xuri.me@gmail.com> | 2018-08-06 10:21:24 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2018-08-06 10:21:24 +0800 |
commit | ec37b114c3b704a84c66fcf3e135c9df88ffb24d (patch) | |
tree | 54f67ffacc2364f34712f26f08d9c67094b7d8e7 /sheetpr.go | |
parent | efe3219af0c9f8c8248bb5c6ac51e4c7a900396b (diff) |
Fixes #256 and format document.
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 provides function to sets worksheet properties. +// SetSheetPrOptions provides a function to sets worksheet properties. // // Available options: // CodeName(string) @@ -120,7 +120,7 @@ func (f *File) SetSheetPrOptions(name string, opts ...SheetPrOption) error { return nil } -// GetSheetPrOptions provides function to gets worksheet properties. +// GetSheetPrOptions provides a function to gets worksheet properties. // // Available options: // CodeName(string) |