debian man page for spreadsheet::xlsx::fmt2007

Query: spreadsheet::xlsx::fmt2007

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Spreadsheet::XLSX::Fmt2007(3pm) 			User Contributed Perl Documentation			   Spreadsheet::XLSX::Fmt2007(3pm)

NAME
Spreadsheet::XLSX::Fmt2007 - Formatting module for Spreadsheet::XLSX
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); perl v5.10.1 2010-05-21 Spreadsheet::XLSX::Fmt2007(3pm)
Related Man Pages
spreadsheet::writeexcel::chart::bar(3pm) - debian
excel::writer::xlsx::chart::pie(3pm) - debian
spreadsheet::parseexcel::workbook(3pm) - debian
spreadsheet::writeexcel::chart::line(3pm) - debian
spreadsheet::xlsx::utility2007(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?