diff options
Diffstat (limited to 'xmlWorkbook.go')
-rw-r--r-- | xmlWorkbook.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmlWorkbook.go b/xmlWorkbook.go index 1f355c7..b5c6879 100644 --- a/xmlWorkbook.go +++ b/xmlWorkbook.go @@ -74,7 +74,8 @@ type xlsxWorkbookPr struct { DefaultThemeVersion string `xml:"defaultThemeVersion,attr,omitempty"` BackupFile bool `xml:"backupFile,attr,omitempty"` ShowObjects string `xml:"showObjects,attr,omitempty"` - Date1904 bool `xml:"date1904,attr"` + Date1904 bool `xml:"date1904,attr,omitempty"` + CodeName string `xml:"codeName,attr,omitempty"` } // xlsxBookViews directly maps the bookViews element from the |