longcn13a

Results 1 comments of longcn13a

I have find solution. add a line code below: ``` var template = new XlsxTemplate(data); template.archive.files['xl/sharedStrings.xml']._data = template.archive.files['xl/sharedStrings.xml']._data.replace('xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main"','xml:space="preserve" xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main"') ```