{
    "content": [
        {
            "type": "text",
            "text": "# Spreadsheet::XLSX::Fmt2007 (perldoc)\n\n## SYNOPSIS\n\n$cell = $myworkbook->worksheet->{Cells}[$row][$col]\nmy $type       = $cell->{Type}; # Date, Text, or Numeric\nmy $dispvalue = $cell->Value;  # displayed (formatted) value set in XLSX by $myFmt2007->ValFmt($cell, $workbook)\nmy $fundvalue = $cell->{Val};  # fundemental (underlying) value\nmy $formatter;\nif ($myworkbook->excel07) {\n$formatter=Spreadsheet::XLSX::Fmt2007->new();\n} else {\n$formatter=Spreadsheet::ParseExcel::FmtDefault->new();\n}\nmy $formatstring = $formatter->FmtString($cell,$self->workbook);\n\n## Sections\n\n- **SYNOPSIS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Spreadsheet::XLSX::Fmt2007",
        "section": "",
        "mode": "perldoc",
        "summary": null,
        "synopsis": "$cell = $myworkbook->worksheet->{Cells}[$row][$col]\nmy $type       = $cell->{Type}; # Date, Text, or Numeric\nmy $dispvalue = $cell->Value;  # displayed (formatted) value set in XLSX by $myFmt2007->ValFmt($cell, $workbook)\nmy $fundvalue = $cell->{Val};  # fundemental (underlying) value\nmy $formatter;\nif ($myworkbook->excel07) {\n$formatter=Spreadsheet::XLSX::Fmt2007->new();\n} else {\n$formatter=Spreadsheet::ParseExcel::FmtDefault->new();\n}\nmy $formatstring = $formatter->FmtString($cell,$self->workbook);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "SYNOPSIS",
                "lines": 12,
                "subsections": []
            }
        ],
        "sections": {
            "SYNOPSIS": {
                "content": "$cell = $myworkbook->worksheet->{Cells}[$row][$col]\nmy $type       = $cell->{Type}; # Date, Text, or Numeric\nmy $dispvalue = $cell->Value;  # displayed (formatted) value set in XLSX by $myFmt2007->ValFmt($cell, $workbook)\nmy $fundvalue = $cell->{Val};  # fundemental (underlying) value\nmy $formatter;\nif ($myworkbook->excel07) {\n$formatter=Spreadsheet::XLSX::Fmt2007->new();\n} else {\n$formatter=Spreadsheet::ParseExcel::FmtDefault->new();\n}\nmy $formatstring = $formatter->FmtString($cell,$self->workbook);\n",
                "subsections": []
            }
        }
    }
}