From b974df402a70364ec9b39360b5e1f6722d36a857 Mon Sep 17 00:00:00 2001 From: caozhiyi <272653256@qq.com> Date: Thu, 7 Mar 2019 16:03:31 +0800 Subject: update go test and function docs --- rows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rows.go') diff --git a/rows.go b/rows.go index 307936c..9575876 100644 --- a/rows.go +++ b/rows.go @@ -352,7 +352,7 @@ func (f *File) GetRowOutlineLevel(sheet string, row int) uint8 { return xlsx.SheetData.Row[row-1].OutlineLevel } -// RemoveRow2 provides a function to remove single row by given worksheet name +// RemoveRow provides a function to remove single row by given worksheet name // and Excel row number. For example, remove row 3 in Sheet1: // // xlsx.RemoveRow("Sheet1", 3) -- cgit v1.2.1