Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
313 matches across 2 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | lib.go | 641 | // a password, a 16-bit (two byte) long hash is generated. To verify a |
| LOW | picture.go | 81 | } |
| LOW | picture.go | 101 | // |
| LOW | picture.go | 121 | // HyperlinkType: "Location", |
| LOW | picture.go | 141 | // } |
| LOW | picture.go | 161 | // |
| LOW | picture.go | 181 | // |
| LOW | picture.go | 201 | ext, ok := supportedImageTypes[strings.ToLower(path.Ext(name))] |
| LOW | picture.go | 221 | // _ "image/jpeg" |
| LOW | picture.go | 521 | // if err != nil { |
| LOW | xmlWorksheet.go | 1 | // Copyright 2016 - 2026 The excelize Authors. All rights reserved. Use of |
| LOW | xmlWorksheet.go | 481 | DataValidation []*xlsxX14DataValidation |
| LOW | xmlWorksheet.go | 561 | } |
| LOW | xmlWorksheet.go | 661 | RID string `xml:"http://schemas.openxmlformats.org/officeDocument/2006/relationships id,attr,omitempty"` |
| LOW | xmlWorksheet.go | 681 | // tableParts to store this information. Each table part is referenced through |
| LOW | xmlWorksheet.go | 1141 | // when fitToWidth and/or fitToHeight are in use. |
| LOW | xmlWorksheet.go | 1161 | // mode. When in this mode, Column A is on the far right, Column B; is one |
| LOW | xmlWorksheet.go | 1181 | // Left-to-Right mode). |
| LOW | xmlWorksheet.go | 1201 | // if err := f.SetSheetProps("Sheet1", &excelize.SheetPropsOptions{ |
| LOW | xmlWorksheet.go | 1221 | // FitToPage: &enable, |
| LOW | xmlWorksheet.go | 1241 | // FitToWidth: &zero, |
| LOW | xmlWorksheet.go | 1261 | // FitToPage indicating whether the Fit to Page print option is enabled. |
| LOW | xmlWorksheet.go | 1281 | // characters. |
| LOW | xmlSharedStrings.go | 1 | // Copyright 2016 - 2026 The excelize Authors. All rights reserved. Use of |
| LOW | xmlSharedStrings.go | 21 | // be stored directly inside spreadsheet cell elements; however, storing the |
| LOW | xmlComments.go | 1 | // Copyright 2016 - 2026 The excelize Authors. All rights reserved. Use of |
| LOW | sheetview.go | 1 | // Copyright 2016 - 2026 The excelize Authors. All rights reserved. Use of |
| LOW | xmlSlicers.go | 1 | // Copyright 2016 - 2026 The excelize Authors. All rights reserved. Use of |
| LOW | merge.go | 1 | // Copyright 2016 - 2026 The excelize Authors. All rights reserved. Use of |
| LOW | merge.go | 21 | if !strings.Contains(mergedCellsRef, ":") { |
| LOW | merge.go | 41 | // B1(x1,y1) D1(x2,y1) |
| LOW | docProps.go | 21 | ) |
| LOW | docProps.go | 41 | // | |
| LOW | docProps.go | 101 | |
| LOW | docProps.go | 121 | // | identification is environment-specific. |
| LOW | docProps.go | 141 | // | |
| LOW | hsl.go | 1 | // Copyright (c) 2012 Rodrigo Moraes. All rights reserved. |
| LOW | xmlChart.go | 1 | // Copyright 2016 - 2026 The excelize Authors. All rights reserved. Use of |
| LOW | sheetpr.go | 1 | // Copyright 2016 - 2026 The excelize Authors. All rights reserved. Use of |
| LOW | xmlCustom.go | 1 | // Copyright 2016 - 2026 The excelize Authors. All rights reserved. Use of |
| LOW | stream.go | 41 | // writing data on a new existing empty worksheet with large amounts of data. |
| LOW | stream.go | 61 | // } |
| LOW | stream.go | 81 | // for colID := 0; colID < 50; colID++ { |
| LOW | stream.go | 101 | // |
| LOW | stream.go | 141 | bulkAppendFields(&sw.rawData, sw.worksheet, 3, 4) |
| LOW | xmlDrawing.go | 1 | // Copyright 2016 - 2026 The excelize Authors. All rights reserved. Use of |
| LOW | xmlDrawing.go | 101 | // element specifies the transform to be applied to the corresponding graphic |
| LOW | chart.go | 661 | // Sheet1!$E$1:$L$15: |
| LOW | chart.go | 681 | // } { |
| LOW | chart.go | 701 | // }, |
| LOW | chart.go | 721 | // ShowLeaderLines: false, |
| LOW | chart.go | 741 | // 1 | AreaStacked | 2D stacked area chart |
| LOW | chart.go | 761 | // 21 | Col | 2D clustered column chart |
| LOW | chart.go | 781 | // 41 | Line | line chart |
| LOW | chart.go | 801 | // The series options that can be set are: |
| LOW | chart.go | 821 | // optional and the chart will just assume a sequential series from 1..n. |
| LOW | chart.go | 841 | // Marker: This sets the marker of the line chart and scatter chart. The range |
| LOW | chart.go | 861 | // |
| LOW | chart.go | 881 | // |
| LOW | chart.go | 901 | // Height |
| 252 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | xmlWorksheet.go | 1253 | // rules shall not be updated. Essentially the conditional |