// This file contains default templates for XML files we don't yet populated
// based on content.
package excelize
// XMLHeader define an XML declaration can also contain a standalone declaration.
const XMLHeader = "\n"
var (
// XMLHeaderByte define an XML declaration can also contain a standalone
// declaration.
XMLHeaderByte = []byte(XMLHeader)
)
const templateDocpropsApp = `0Go Excelize`
const templateContentTypes = ``
const templateWorkbook = ``
const templateStyles = ``
const templateSheet = ``
const templateWorkbookRels = ``
const templateDocpropsCore = `xuri2006-09-16T00:00:00Z2006-09-16T00:00:00Z`
const templateRels = ``
const templateTheme = ``