diff options
Diffstat (limited to 'xmlSharedStrings.go')
-rw-r--r-- | xmlSharedStrings.go | 4 |
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"` } |