summaryrefslogtreecommitdiff
path: root/cell.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2020-08-22 18:58:43 +0800
committerxuri <xuri.me@gmail.com>2020-08-22 18:58:43 +0800
commit88de2f8d510b0959bbb672b80656d207bd0bc927 (patch)
tree2f7c37bffac4ecad92aaf253877667ce2348a843 /cell.go
parent3c8c8c55c8128c5bb94fe28451f58fbc5fb4a118 (diff)
Default row height compatibility with Apache OpenOffice and Kingsoft WPS, unit test update and typo fixed
Diffstat (limited to 'cell.go')
-rw-r--r--cell.go2
1 files changed, 1 insertions, 1 deletions
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",