{
  "name": "libxlsxwriter",
  "href": "https://vcpkg.link/ports/libxlsxwriter",
  "supports": "all",
  "published_at": "2025-07-03T21:53:02.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": "https://libxlsxwriter.github.io",
  "homepage_href": "https://github.com/jmcnamara/libxlsxwriter",
  "description": [
    "Libxlsxwriter is a C library that can be used to write text, numbers, formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file."
  ],
  "license": "BSD-2-Clause",
  "version": {
    "type": "semver",
    "value": "1.2.3",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/ca8588722b0a50c5dc51d6c817fa40babbdedeae/ports/libxlsxwriter",
    "hash": "ca8588722b0a50c5dc51d6c817fa40babbdedeae"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "minizip",
      "href": "https://vcpkg.link/ports/minizip",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "zlib",
      "href": "https://vcpkg.link/ports/zlib",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "dtoa",
      "default": [],
      "description": [
        "Use the Milo Yip DTOA library"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "mem-file",
      "default": [],
      "description": [
        "Use memory files instead of temp files"
      ],
      "supports": "!windows",
      "dependencies": []
    },
    {
      "name": "openssl-md5",
      "default": [],
      "description": [
        "Use Openssl MD5"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "openssl",
          "href": "https://vcpkg.link/ports/openssl",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    }
  ]
}