summaryrefslogtreecommitdiff
path: root/col.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2021-08-17 00:01:44 +0800
committerxuri <xuri.me@gmail.com>2021-08-17 00:01:44 +0800
commita55f354eb3d0c6c1b9a543ff8ff98227aa6063a6 (patch)
treeb8832692047821630388ce55b9323d5b2a17bb55 /col.go
parentb02f864eab5edb2155601b9dd640f99fbd442cb3 (diff)
This closes #989, closes #990
New API: `SetRowStyle` support for set style for the rows Update documentation for the `GetRows`, `SetCellStyle` and `SetColStyle`
Diffstat (limited to 'col.go')
-rw-r--r--col.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/col.go b/col.go
index 7fbeeba..d2eba8b 100644
--- a/col.go
+++ b/col.go
@@ -398,7 +398,9 @@ 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.
+// 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.
//
// For example set style of column H on Sheet1:
//