From a55f354eb3d0c6c1b9a543ff8ff98227aa6063a6 Mon Sep 17 00:00:00 2001 From: xuri Date: Tue, 17 Aug 2021 00:01:44 +0800 Subject: This closes #989, closes #990 New API: `SetRowStyle` support for set style for the rows Update documentation for the `GetRows`, `SetCellStyle` and `SetColStyle` --- col.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'col.go') 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: // -- cgit v1.2.1