diff options
Diffstat (limited to 'styles.go')
-rw-r--r-- | styles.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |