summaryrefslogtreecommitdiff
path: root/xmlSharedStrings.go
diff options
context:
space:
mode:
Diffstat (limited to 'xmlSharedStrings.go')
-rw-r--r--xmlSharedStrings.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlSharedStrings.go b/xmlSharedStrings.go
index 3249eca..7dac544 100644
--- a/xmlSharedStrings.go
+++ b/xmlSharedStrings.go
@@ -83,6 +83,6 @@ type xlsxRPr struct {
// RichTextRun directly maps the settings of the rich text run.
type RichTextRun struct {
- Font *Font
- Text string
+ Font *Font `json:"font"`
+ Text string `json:"text"`
}