diff options
author | xuri <xuri.me@gmail.com> | 2021-06-05 00:06:14 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2021-06-05 00:06:14 +0800 |
commit | d932e62a127da177769ec3f35aae985ca0a516db (patch) | |
tree | ff1448e98780342feaea9a5b6915bc46b9d84deb /stream.go | |
parent | 58f9287559b26ec44a9a68c4351efa88327be51d (diff) |
This closes #855, fix missing formula cell when getting rows value
Diffstat (limited to 'stream.go')
-rw-r--r-- | stream.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: // |