Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Spreadsheet::ParseExcel Numeric Format Woes

by jmcnamara (Monsignor)
on Aug 14, 2002 at 22:34 UTC ( [id://190254]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        #!/usr/bin/perl -w
    
        use strict;
    ...
    
        print $format->FmtString($cell, $workbook), "\n";
    
  2. or download this
        use strict;
        use Spreadsheet::ParseExcel::SaveParser;
        $oBook = 
    ...
        my $oWs = $oBook->AddWorksheet('TEST1');
        $oWs->AddCell(10, 1, 'New Cell');
        $oBook->SaveAs('iftest.xls');
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://190254]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-03-28 16:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found