diff options
Diffstat (limited to 'templates.go')
-rw-r--r-- | templates.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates.go b/templates.go index 2e0c051..f85aa65 100644 --- a/templates.go +++ b/templates.go @@ -12,7 +12,7 @@ // This file contains default templates for XML files we don't yet populated // based on content. -package excelize +package anyxcelize const ( defaultXMLPathContentTypes = "[Content_Types].xml" |