From db2d084ada1a08a48967506b2f1852062168deec Mon Sep 17 00:00:00 2001 From: xuri Date: Wed, 2 Nov 2022 08:42:00 +0800 Subject: This closes #1204, breaking changes for add comments - Allowing insert SVG format images - Unit tests updated --- xmlSharedStrings.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmlSharedStrings.go') 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"` } -- cgit v1.2.1