diff options
author | xuri <xuri.me@gmail.com> | 2021-11-29 01:21:03 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2021-11-29 01:21:03 +0800 |
commit | 49c9ea40d7cf7c20e9b94723c84780f4d048f4a4 (patch) | |
tree | 98d182bd0f0ef8d363bff8eaa8222f918ddb79a0 /styles.go | |
parent | f26df480e56561c30f9453a98ebf788acd48c3e2 (diff) |
ref #65: new formula function YIELD
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 |