diff options
Diffstat (limited to 'templates.go')
-rw-r--r-- | templates.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates.go b/templates.go index c8233c1..2e0c051 100644 --- a/templates.go +++ b/templates.go @@ -23,6 +23,7 @@ const ( defaultXMLPathStyles = "xl/styles.xml" defaultXMLPathTheme = "xl/theme/theme1.xml" defaultXMLPathWorkbook = "xl/workbook.xml" + defaultXMLPathWorkbookRels = "xl/_rels/workbook.xml.rels" defaultTempFileSST = "sharedStrings" ) |