diff options
Diffstat (limited to 'sheet.go')
-rw-r--r-- | sheet.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -346,8 +346,8 @@ func (f *File) getSheetMap() map[string]string { return maps } -// SetSheetBackground provides function to set background picture by given sheet -// index. +// SetSheetBackground provides function to set background picture by given +// worksheet name. func (f *File) SetSheetBackground(sheet, picture string) error { var err error // Check picture exists first. |