// This file contains default templates for XML files we don't yet // populated based on content. package excelize const XMLHeader = "\n" const TEMPLATE_DOCPROPS_APP = ` 0 Go XLSX ` const TEMPLATE_CONTENT_TYPES = ` ` const TEMPLATE_WORKBOOK = ` ` const TEMPLATE_STYLES = ` ` const TEMPLATE_SHEET = ` ` const TEMPLATE_WORKBOOK_RELS = `` const TEMPLATE_DOCPROPS_CORE = `xuri2006-09-16T00:00:00Z2006-09-16T00:00:00Z` const TEMPLATE_RELS = `` const TEMPLATE_THEME = ` `