# the same distribution terms that you use for the rest of that program.# Originally written by Per Bothner <per@bothner.com>.# Please send patches to <config-patches@gnu.org>. Submit a context # diff and a properly formatted ChangeLog entry.#...
When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you ...
// 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...