summaryrefslogtreecommitdiff
path: root/col.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2021-08-22 13:36:56 +0800
committerxuri <xuri.me@gmail.com>2021-08-22 13:36:56 +0800
commita2d449708cf72928394b4bc4aea41c0c6a606fa2 (patch)
tree3107f4d43971e0c10c7946a7644c2d3b3626cd2b /col.go
parent9b55f4f9f0b839934eb8113d2092c60a1a5b64b8 (diff)
- This fix panic and incorrect cell read on some case
- Make unit test on Go 1.7 - API documentation updated
Diffstat (limited to 'col.go')
-rw-r--r--col.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/col.go b/col.go
index d2eba8b..1e0c333 100644
--- a/col.go
+++ b/col.go
@@ -399,8 +399,8 @@ func (f *File) SetColOutlineLevel(sheet, col string, level uint8) error {
// SetColStyle provides a function to set style of columns by given worksheet
// name, columns range and style ID. Note that this will overwrite the
-// existing styles for the cell, it won't append or merge style with existing
-// styles.
+// existing styles for the columns, it won't append or merge style with
+// existing styles.
//
// For example set style of column H on Sheet1:
//