From a2d449708cf72928394b4bc4aea41c0c6a606fa2 Mon Sep 17 00:00:00 2001 From: xuri Date: Sun, 22 Aug 2021 13:36:56 +0800 Subject: - This fix panic and incorrect cell read on some case - Make unit test on Go 1.7 - API documentation updated --- styles.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'styles.go') diff --git a/styles.go b/styles.go index d925ea9..31fa7fb 100644 --- a/styles.go +++ b/styles.go @@ -2603,8 +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, this will overwrite the existing styles for the cell, it won't -// append or merge style with existing styles. +// area. SetCellStyle 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