{
    "mode": "man",
    "parameter": "chartex",
    "section": "1p",
    "url": "https://www.chedong.com/phpMan.php/man/chartex/1p/json",
    "generated": "2026-06-02T23:35:50Z",
    "synopsis": "chartex [--chartname --help --man] file.xls\nOptions:\n--chartname -c  The root name for the extracted charts,\ndefaults to \"chart\".",
    "sections": {
        "NAME": {
            "content": "chartex - A utility to extract charts from an Excel file for insertion into a\nSpreadsheet::WriteExcel file.\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This program is used for extracting one or more charts from an Excel file in binary format.\nThe charts can then be included in a \"Spreadsheet::WriteExcel\" file.\n\nSee the \"addchartext()\" section of the  Spreadsheet::WriteExcel documentation for more\ndetails.\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "chartex [--chartname --help --man] file.xls\n\nOptions:\n--chartname -c  The root name for the extracted charts,\ndefaults to \"chart\".\n",
            "subsections": []
        },
        "OPTIONS": {
            "content": "",
            "subsections": [
                {
                    "name": "--chartname or -c",
                    "content": "This sets the root name for the extracted charts, defaults to \"chart\". For example:\n\n$ chartex file.xls\n\nExtracting \"Chart1\" to chart01.bin\n\n\n$ chartex -c mychart file.xls\n\nExtracting \"Chart1\" to mychart01.bin\n",
                    "flag": "-c",
                    "long": "--chartname"
                },
                {
                    "name": "--help or -h",
                    "content": "Print a brief help message and exits.\n",
                    "flag": "-h",
                    "long": "--help"
                },
                {
                    "name": "--man or -m",
                    "content": "Prints the manual page and exits.\n",
                    "flag": "-m",
                    "long": "--man"
                }
            ]
        },
        "AUTHOR": {
            "content": "John McNamara jmcnamara@cpan.org\n",
            "subsections": []
        },
        "VERSION": {
            "content": "Version 0.02.\n",
            "subsections": []
        },
        "COPYRIGHT": {
            "content": "© MMV, John McNamara.\n\nAll Rights Reserved. This program is free software. It may be used, redistributed and/or\nmodified under the same terms as Perl itself.\n\n\n\nperl v5.32.0                                 2020-12-28                                  CHARTEX(1p)",
            "subsections": []
        }
    },
    "summary": "chartex - A utility to extract charts from an Excel file for insertion into a Spreadsheet::WriteExcel file.",
    "flags": [
        {
            "flag": "-c",
            "long": "--chartname",
            "arg": null,
            "description": "This sets the root name for the extracted charts, defaults to \"chart\". For example: $ chartex file.xls Extracting \"Chart1\" to chart01.bin $ chartex -c mychart file.xls Extracting \"Chart1\" to mychart01.bin"
        },
        {
            "flag": "-h",
            "long": "--help",
            "arg": null,
            "description": "Print a brief help message and exits."
        },
        {
            "flag": "-m",
            "long": "--man",
            "arg": null,
            "description": "Prints the manual page and exits."
        }
    ],
    "examples": [],
    "see_also": []
}