{
    "content": [
        {
            "type": "text",
            "text": "# chartex(1p) (man)\n\n**Summary:** chartex - A utility to extract charts from an Excel file for insertion into a Spreadsheet::WriteExcel file.\n\n**Synopsis:** chartex [--chartname --help --man] file.xls\nOptions:\n--chartname -c  The root name for the extracted charts,\ndefaults to \"chart\".\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| -c | --chartname | — | This sets the root name for the extracted charts, defaults to \"chart\". For example: $ chartex file.xls Extracting \"Chart |\n| -h | --help | — | Print a brief help message and exits. |\n| -m | --man | — | Prints the manual page and exits. |\n\n## Section Outline\n\n- **NAME** (3 lines)\n- **DESCRIPTION** (6 lines)\n- **SYNOPSIS** (6 lines)\n- **OPTIONS** (1 lines) — 3 subsections\n  - --chartname or -c (11 lines)\n  - --help or -h (2 lines)\n  - --man or -m (2 lines)\n- **AUTHOR** (2 lines)\n- **VERSION** (2 lines)\n- **COPYRIGHT** (8 lines)\n\n## Full Content\n\n### NAME\n\nchartex - A utility to extract charts from an Excel file for insertion into a\nSpreadsheet::WriteExcel file.\n\n### DESCRIPTION\n\nThis 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\n### SYNOPSIS\n\nchartex [--chartname --help --man] file.xls\n\nOptions:\n--chartname -c  The root name for the extracted charts,\ndefaults to \"chart\".\n\n### OPTIONS\n\n#### --chartname or -c\n\nThis 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\n#### --help or -h\n\nPrint a brief help message and exits.\n\n#### --man or -m\n\nPrints the manual page and exits.\n\n### AUTHOR\n\nJohn McNamara jmcnamara@cpan.org\n\n### VERSION\n\nVersion 0.02.\n\n### COPYRIGHT\n\n© 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)\n\n"
        }
    ],
    "structuredContent": {
        "command": "chartex",
        "section": "1p",
        "mode": "man",
        "summary": "chartex - A utility to extract charts from an Excel file for insertion into a Spreadsheet::WriteExcel file.",
        "synopsis": "chartex [--chartname --help --man] file.xls\nOptions:\n--chartname -c  The root name for the extracted charts,\ndefaults to \"chart\".",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "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": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "--chartname or -c",
                        "lines": 11,
                        "flag": "-c",
                        "long": "--chartname"
                    },
                    {
                        "name": "--help or -h",
                        "lines": 2,
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "--man or -m",
                        "lines": 2,
                        "flag": "-m",
                        "long": "--man"
                    }
                ]
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 8,
                "subsections": []
            }
        ],
        "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": []
            }
        }
    }
}