Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Spreadsheet::ParseExcel incompatible with Openoffice?

by monarch (Priest)
on May 30, 2005 at 23:51 UTC ( [id://461884]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      $oWkC = $oWkS->{Cells}[$iR][$iC];
      print $oWkC->{Value};
    
  2. or download this
      print $oWkC->{Val};
    
  3. or download this
      use Data::Dumper;
      print Dumper( $oWkC );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-19 17:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found