From b7b937a8a3e1e92669aaf63d2cc97dc2fc865736 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Wed, 13 Sep 2017 22:17:40 +0800 Subject: godoc updated. --- sheet.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sheet.go') diff --git a/sheet.go b/sheet.go index 8a69f4a..e8d381f 100644 --- a/sheet.go +++ b/sheet.go @@ -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. -- cgit v1.2.1