{
  "SPDXID": "SPDXRef-DOCUMENT",
  "name": "python-XlsxWriter-help-0.3.2.0-1.oe2403sp4.aarch64.rpm",
  "spdxVersion": "SPDX-2.2",
  "creationInfo": {
    "created": "2026-07-04T04:28:12.092529219Z",
    "creators": [
      "openeuler_creator"
    ]
  },
  "dataLicense": "CC0-1.0",
  "documentNamespace": "https://sbom.openEuler.org/python-XlsxWriter-help-0.3.2.0-1.oe2403sp4.aarch64.rpm",
  "packages": [
    {
      "SPDXID": "SPDXRef-rpm-python-XlsxWriter-help-3.2.0",
      "name": "python-XlsxWriter-help",
      "licenseConcluded": "BSD",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "4eb2287fcbe16ad3c7faf5898dbe5376c94004896dd3970d76c0d4127714bd50"
        }
      ],
      "description": "**XlsxWriter** is a Python module for writing files in the Excel 2007+ XLSX\nfile format.\nXlsxWriter can be used to write text, numbers, formulas and hyperlinks to\nmultiple worksheets and it supports features such as formatting and many more,\nincluding:\n* 100% compatible Excel XLSX files.\n* Full formatting.\n* Merged cells.\n* Defined names.\n* Charts.\n* Autofilters.\n* Data validation and drop down lists.\n* Conditional formatting.\n* Worksheet PNG/JPEG/BMP/WMF/EMF images.\n* Rich multi-format strings.\n* Cell comments.\n* Integration with Pandas.\n* Textboxes.\n* Support for adding Macros.\n* Memory optimization mode for writing large files.\nIt supports Python 2.7, 3.4+ and PyPy and uses standard libraries only.\nHere is a simple example:\n   import xlsxwriter\n   \n   workbook = xlsxwriter.Workbook('demo.xlsx')\n   worksheet = workbook.add_worksheet()\n   \n   worksheet.set_column('A:A', 20)\n   \n   bold = workbook.add_format({'bold': True})\n   \n   worksheet.write('A1', 'Hello')\n   \n   worksheet.write('A2', 'World', bold)\n   \n   worksheet.write(2, 0, 123)\n   worksheet.write(3, 0, 123.456)\n   \n   worksheet.insert_image('B5', 'logo.png')\n   workbook.close()\nSee the full documentation at: https://xlsxwriter.readthedocs.io\nRelease notes: https://xlsxwriter.readthedocs.io/changes.html",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/python-XlsxWriter-help@3.2.0-1.oe2403sp4?arch=noarch&epoch=0&upstream=python-XlsxWriter-3.2.0-1.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://github.com/jmcnamara/XlsxWriter",
      "licenseDeclared": "BSD",
      "sourceInfo": "acquired package info from repodata DB: repodata/f1f85c23079e7764ad00378a9fc5d660b89a03657290e75426caf7be5b7da462-primary.sqlite.bz2",
      "summary": "Development documents and examples for XlsxWriter",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:3.2.0-1.oe2403sp4"
    }
  ],
  "relationships": []
}
