From 88de2f8d510b0959bbb672b80656d207bd0bc927 Mon Sep 17 00:00:00 2001 From: xuri Date: Sat, 22 Aug 2020 18:58:43 +0800 Subject: Default row height compatibility with Apache OpenOffice and Kingsoft WPS, unit test update and typo fixed --- cell.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cell.go') diff --git a/cell.go b/cell.go index 383c02c..5fe2157 100644 --- a/cell.go +++ b/cell.go @@ -517,7 +517,7 @@ func (f *File) SetCellHyperLink(sheet, axis, link, linkType string) error { // } // if err := f.SetCellRichText("Sheet1", "A1", []excelize.RichTextRun{ // { -// Text: "blod", +// Text: "bold", // Font: &excelize.Font{ // Bold: true, // Color: "2354e8", -- cgit v1.2.1