summaryrefslogtreecommitdiff
path: root/cell.go
diff options
context:
space:
mode:
Diffstat (limited to 'cell.go')
-rw-r--r--cell.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cell.go b/cell.go
index 550ca38..3fcbb7b 100644
--- a/cell.go
+++ b/cell.go
@@ -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