Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: How to use Spreadsheet-ParseExcel-0.2602 to extract the bgcolor of each cell

by young_david (Friar)
on Dec 10, 2003 at 17:52 UTC ( [id://313790]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    foreach my $oWkS (@{$oBook->{Worksheet}}) {
    
    ...
              }
         }
    }
    
  2. or download this
    According to the documentation:
    
    $Fill->[0] = *Pattern*
    $Fill->[1] = *Front Color*
    $Fill->[2] = *Color*
    
  3. or download this
    my $Border = $oWkC-{Format}->{BdrStyle};
    my $Font   = $oWkC-{Format}->{Font};
    
    . . . and so on
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-20 12:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found