Spreadsheet::XLSX::Fmt2007 - phpMan

Command: man perldoc info search(apropos)  


SYNOPSIS
                    $cell = $myworkbook->worksheet->{Cells}[$row][$col]
                    my $type       = $cell->{Type}; # Date, Text, or Numeric
                    my $disp_value = $cell->Value;  # displayed (formatted) value set in XLSX by $myFmt2007->ValFmt($cell, $workbook)
                    my $fund_value = $cell->{Val};  # fundemental (underlying) value
                    my $formatter;
                    if ($myworkbook->excel07) {
                            $formatter=Spreadsheet::XLSX::Fmt2007->new();
                    } else {
                            $formatter=Spreadsheet::ParseExcel::FmtDefault->new();
                    }
                    my $format_string = $formatter->FmtString($cell,$self->workbook);


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 08:41 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top