From eb62256d165607c6877ce88efbba10c119137b3d Mon Sep 17 00:00:00 2001 From: xuri Date: Fri, 11 May 2018 10:14:18 +0800 Subject: Simplify testing code, add test case for outline functions and update the godoc. --- rows.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'rows.go') diff --git a/rows.go b/rows.go index 88ff512..75fa7f6 100644 --- a/rows.go +++ b/rows.go @@ -301,8 +301,9 @@ func (f *File) GetRowVisible(sheet string, rowIndex int) bool { return !xlsx.SheetData.Row[rowIndex].Hidden } -// SetRowOutlineLevel provides a function to set outline level number of a single row by given -// worksheet name and row index. For example, outline row 2 in Sheet1 to level 1: +// SetRowOutlineLevel provides a function to set outline level number of a +// single row by given worksheet name and row index. For example, outline row +// 2 in Sheet1 to level 1: // // xlsx.SetRowOutlineLevel("Sheet1", 2, 1) // -- cgit v1.2.1