GET /api/v1/ports/xlsx2csv/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "xlsx2csv",
    "portdir": "textproc/xlsx2csv",
    "version": "1.2",
    "license": "GPL-3+",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://web.archive.org/web/20150910223552/http://kirk.webfinish.com/?p=91",
    "description": "Convert MS Word/Excel openspreadsheetML to plain CSV.",
    "long_description": "xlsx2csv is bash shell script which reads one Microsoft Excel file and outputs all tabs contained insinde it to CSV files. It handles dates and string data as well as numeric.",
    "active": true,
    "categories": [
        "textproc"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "sqlite3",
                "gsed",
                "libxslt"
            ]
        }
    ],
    "depends_on": []
}