Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

How can one merge multiple excel files sheet-wise?

by supriyoch_2008 (Monk)
on Mar 29, 2020 at 13:45 UTC ( [id://11114773]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     
    #!/usr/bin/perl
    use warnings; 
    ...
      Result produced\n
    #######################################\n"; 
    exit;
    
  2. or download this
     The contents of cereal.xls are as follows:
    Sheet1
    No.    Name    Sugar (g/100g)
    ...
    1    Wheat    10
    2    Maize    7
    3    Rice    2.6
    
  3. or download this
     The contents of pulse.xls are as follows:
    Sheet1 
    No.    Name    Sugar (g/100g)
    ...
    1    Pea        5
    2    Chickpea    8.4
    3    Pigeonpea    7.6
    
  4. or download this
     The contents of fruit.xls are as follows:
    Sheet1
    No.    Name    Sugar (g/100g)
    ...
    1    Apple    0.3
    2    Pear    0.4
    3    Pineapple    0.5
    
  5. or download this
     The desired result.xls file should look like:
    Sheet1
    No.    Name    Sugar (g/100g)
    ...
    1    Apple    10
    2    Pear    10
    3    Pineapple    10
    
  6. or download this
    Sheet2
    No.    Name    Protein (g/100g)
    ...
    1    Apple    0.3
    2    Pear    0.4
    3    Pineapple    0.5
    

Log In?
Username:
Password:

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

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

    No recent polls found