"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of ...
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied....
GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not ...
// used to help ensure that the integrity of the encrypted data has not been // compromised.type DataIntegrity struct { EncryptedHmacKey string `xml:"encryptedHmacKey,attr"` EncryptedHmacValue string `xml:"encryptedHmacValue,attr"` ...
// 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...
// Create a table of F2:H6 on Sheet2 with format set: // // err := f.AddTable("Sheet2", "F2", "H6", `{ // "table_name": "table", // "table_style": "TableStyleMedium2", // "show_first_column": true, // "show_last_column": true, // "show_row_stripes...
// 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...
// ([ISO/IEC29500-1:2016] section 18.3.1.99) is extended by the addition of // new child ext elements ([ISO/IEC29500-1:2016] section 18.2.7) ExtURIConditionalFormattings = "{78C0D931-6437-407D-A8EE-F0AAD7539E65}" ExtURIDataValidations = "{CCE6A557-97BC-4B89-ADB6-D9C93...