Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: Parsing Data in xlsx file

by Rahul Gupta (Sexton)
on Aug 02, 2012 at 08:16 UTC ( [id://984976]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ------|----------|--------|-------------------------|--------|
     S.No | TimeStamp| UE-Name| Test-Config             | UL/DL  |
    ------|----------|--------|-------------------------|--------|
    ...
    ------|----------|--------|-------------------------|--------|
     8    | 18:38:30 | ueh2   | Sanity_004_0004_24_00   | DL     |
    ------|----------|--------|-------------------------|--------|
    
  2. or download this
     my %data;
        
        foreach (@executioncontents) {
    ...
            }
        }
    }
    
  3. or download this
     5          -NA-         -NA-        Sanity_001_0001_10_00        Syst
    +em 
     3         18:23:48      ueh1        Sanity_003_0003_06_09        DL  
    +   
     3         18:23:48      ueh1        Sanity_003_0003_06_09        UL  
    +   
    ...
     4         18:38:30      ueh1        Sanity_004_0004_24_00        DL  
    +   
     8         18:38:30      ueh2        Sanity_004_0004_24_00        DL  
    +   
     S.No      TimeStamp     UE-Name     Test-Config                  UL/D
    +L
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-26 00:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found