diff options
Diffstat (limited to 'cell.go')
-rw-r--r-- | cell.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -826,6 +826,7 @@ func getCellRichText(si *xlsxSI) (runs []RichTextRun) { if v.RPr.Color.Theme != nil { font.ColorTheme = v.RPr.Color.Theme } + font.ColorIndexed = v.RPr.Color.Indexed font.ColorTint = v.RPr.Color.Tint } run.Font = &font |