From d932e62a127da177769ec3f35aae985ca0a516db Mon Sep 17 00:00:00 2001 From: xuri Date: Sat, 5 Jun 2021 00:06:14 +0800 Subject: This closes #855, fix missing formula cell when getting rows value --- stream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream.go') diff --git a/stream.go b/stream.go index e5fa237..054dd8d 100644 --- a/stream.go +++ b/stream.go @@ -333,7 +333,7 @@ func (sw *StreamWriter) SetRow(axis string, values []interface{}) error { } // SetColWidth provides a function to set the width of a single column or -// multiple columns for the the StreamWriter. Note that you must call +// multiple columns for the StreamWriter. Note that you must call // the 'SetColWidth' function before the 'SetRow' function. For example set // the width column B:C as 20: // -- cgit v1.2.1