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` --- styles.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'styles.go') diff --git a/styles.go b/styles.go index 2a99a4d..d925ea9 100644 --- a/styles.go +++ b/styles.go @@ -2603,7 +2603,8 @@ func (f *File) GetCellStyle(sheet, axis string) (int, error) { // SetCellStyle provides a function to add style attribute for cells by given // worksheet name, coordinate area and style ID. Note that diagonalDown and // diagonalUp type border should be use same color in the same coordinate -// area. +// area, this will overwrite the existing styles for the cell, it won't +// append or merge style with existing styles. // // For example create a borders of cell H9 on Sheet1: // -- cgit v1.2.1