summaryrefslogtreecommitdiff
path: root/styles.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2021-11-29 01:21:03 +0800
committerxuri <xuri.me@gmail.com>2021-11-29 01:21:03 +0800
commit49c9ea40d7cf7c20e9b94723c84780f4d048f4a4 (patch)
tree98d182bd0f0ef8d363bff8eaa8222f918ddb79a0 /styles.go
parentf26df480e56561c30f9453a98ebf788acd48c3e2 (diff)
ref #65: new formula function YIELD
Diffstat (limited to 'styles.go')
-rw-r--r--styles.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/styles.go b/styles.go
index e32fb78..7f76377 100644
--- a/styles.go
+++ b/styles.go
@@ -2151,8 +2151,8 @@ func (f *File) NewConditionalStyle(style string) (int, error) {
return s.Dxfs.Count - 1, nil
}
-// GetDefaultFont provides the default font name currently set in the workbook
-// Documents generated by excelize start with Calibri.
+// GetDefaultFont provides the default font name currently set in the
+// workbook. The spreadsheet generated by excelize default font is Calibri.
func (f *File) GetDefaultFont() string {
font := f.readDefaultFont()
return *font.Name.Val