// API for generating or reading data from a worksheet with huge amounts of // data. This library needs Go version 1.15 or later. package excelize import ( "encoding/xml" "sync" ) // xlsxWorksheet directly maps the worksheet element in the namespace // http://schemas.openxml...
// strict requirements about the structure of the input XML. This function is // a horrible hack to fix that after the XML marshalling is completed.func replaceRelationshipsBytes(content []byte) []byte { oldXmlns := []byte(`xmlns:relationships="http://schemas.openxmlformats.org/officeDoc...