From 109d8adae3f5ca5a24905c6b2581ae8c42095d51 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Wed, 1 Mar 2017 11:00:42 +0800 Subject: Fix missing `oneCellAnchor` element after add picture in some cases. --- templates.go | 36 ++++++++++-------------------------- 1 file changed, 10 insertions(+), 26 deletions(-) (limited to 'templates.go') diff --git a/templates.go b/templates.go index 3691f39..68c2fa1 100644 --- a/templates.go +++ b/templates.go @@ -6,29 +6,15 @@ package excelize // XMLHeader define an XML declaration can also contain a standalone declaration. const XMLHeader = "\n" -const templateDocpropsApp = ` - 0 - Go XLSX -` - -const templateContentTypes = ` - - - - - - - - -` - -const templateWorkbook = ` -` - -const templateStyles = ` -` -const templateSheet = ` -` +const templateDocpropsApp = `0Golang Excelize` + +const templateContentTypes = `` + +const templateWorkbook = `` + +const templateStyles = `` + +const templateSheet = `` const templateWorkbookRels = `` @@ -36,6 +22,4 @@ const templateDocpropsCore = `` -const templateTheme = ` - -` +const templateTheme = `` -- cgit v1.2.1