summaryrefslogtreecommitdiff
path: root/xmlWorksheet.go
diff options
context:
space:
mode:
Diffstat (limited to 'xmlWorksheet.go')
-rw-r--r--xmlWorksheet.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlWorksheet.go b/xmlWorksheet.go
index de7ea93..d0f4f5d 100644
--- a/xmlWorksheet.go
+++ b/xmlWorksheet.go
@@ -357,7 +357,7 @@ type xlsxSheetProtection struct {
// properties specify how to display that phonetic run.
type xlsxPhoneticPr struct {
Alignment string `xml:"alignment,attr,omitempty"`
- FontID int `xml:"fontId,attr,omitempty"`
+ FontID *int `xml:"fontId,attr"`
Type string `xml:"type,attr,omitempty"`
}