summaryrefslogtreecommitdiff
path: root/stream.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2021-06-05 00:06:14 +0800
committerxuri <xuri.me@gmail.com>2021-06-05 00:06:14 +0800
commitd932e62a127da177769ec3f35aae985ca0a516db (patch)
treeff1448e98780342feaea9a5b6915bc46b9d84deb /stream.go
parent58f9287559b26ec44a9a68c4351efa88327be51d (diff)
This closes #855, fix missing formula cell when getting rows value
Diffstat (limited to 'stream.go')
-rw-r--r--stream.go2
1 files changed, 1 insertions, 1 deletions
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:
//