File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,6 @@ func (f *File) NewSheet(sheet string) int {
53
53
}
54
54
}
55
55
sheetID ++
56
- // Update docProps/app.xml
57
- f .setAppXML ()
58
56
// Update [Content_Types].xml
59
57
f .setContentTypes ("/xl/worksheets/sheet" + strconv .Itoa (sheetID )+ ".xml" , ContentTypeSpreadSheetMLWorksheet )
60
58
// Create new sheet /xl/worksheets/sheet%d.xml
@@ -239,11 +237,6 @@ func (f *File) relsWriter() {
239
237
})
240
238
}
241
239
242
- // setAppXML update docProps/app.xml file of XML.
243
- func (f * File ) setAppXML () {
244
- f .saveFileList (defaultXMLPathDocPropsApp , []byte (templateDocpropsApp ))
245
- }
246
-
247
240
// replaceRelationshipsBytes; Some tools that read spreadsheet files have very
248
241
// strict requirements about the structure of the input XML. This function is
249
242
// a horrible hack to fix that after the XML marshalling is completed.
You can’t perform that action at this time.
0 commit comments