From 66e5d1fa801680f87a647a968fd4965ef9668b9a Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Wed, 28 Jun 2017 17:03:20 +0800 Subject: API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` instead of `WriteTo()`. --- rows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rows.go') diff --git a/rows.go b/rows.go index 1d94a6c..a913b7a 100644 --- a/rows.go +++ b/rows.go @@ -103,7 +103,7 @@ func (f *File) getTotalRowsCols(sheet string) (int, int) { // SetRowHeight provides a function to set the height of a single row. // For example: // -// xlsx := excelize.CreateFile() +// xlsx := excelize.NewFile() // xlsx.SetRowHeight("Sheet1", 0, 50) // err := xlsx.Save() // if err != nil { -- cgit v1.2.1