From 49c9ea40d7cf7c20e9b94723c84780f4d048f4a4 Mon Sep 17 00:00:00 2001 From: xuri Date: Mon, 29 Nov 2021 01:21:03 +0800 Subject: ref #65: new formula function YIELD --- styles.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'styles.go') 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 -- cgit v1.2.1