Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of ...
// DataIntegrity specifies the encrypted copies of the salt and hash values // used to help ensure that the integrity of the encrypted data has not been // compromised.type DataIntegrity struct { EncryptedHmacKey string `xml:"encryptedHmacKey,attr"` ...
// header cells must contain strings and must be unique, and must set the // header row data of the table before calling the AddTable function. Multiple // tables coordinate areas that can't have an intersection. // // table_name: The name of the table, in the same worksheet na...
// name and returns the index of the sheets in the workbook // (spreadsheet) after it appended. Note that the worksheet names are not // case-sensitive, when creating a new spreadsheet file, the default // worksheet named `Sheet1` will be created.func...
// drawing objects to be rendered in the headers and footers of the sheet. It // specifies an explicit relationship to the part containing the DrawingML // shapes used in the headers and footers. It also indicates where in the // headers and footers each shape belongs. One drawing ob...
// xlsxBlip element specifies the existence of an image (binary large image or // picture) and contains a reference to the image data. type xlsxBlip struct { Embed string `xml:"r:embed,attr"` Cstate string `xml:"cstate,attr,omitempty"` R string `xml:"xmlns:r,attr"` } /...