diff options
Diffstat (limited to 'templates.go')
-rw-r--r-- | templates.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates.go b/templates.go index d3f82ee..708368e 100644 --- a/templates.go +++ b/templates.go @@ -7,6 +7,8 @@ package excelize const XMLHeader = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n" var ( + // XMLHeaderByte define an XML declaration can also contain a standalone + // declaration. XMLHeaderByte = []byte(XMLHeader) ) |