Re: Need to process Excel sheet through Perl

2009-12-04 Thread Rene Schickbauer
Xiao Lan (小兰) wrote: On Fri, Dec 4, 2009 at 3:40 PM, Parag Kalra paragka...@gmail.com wrote: Hello All, I am looking for some good Perl modules to process excel sheets. Hi, If you just want a module, take a look at this one (I once used it):

Re: Need to process Excel sheet through Perl

2009-12-04 Thread Shlomi Fish
On Friday 04 Dec 2009 12:15:58 Rene Schickbauer wrote: Xiao Lan (小兰) wrote: On Fri, Dec 4, 2009 at 3:40 PM, Parag Kalra paragka...@gmail.com wrote: Hello All, I am looking for some good Perl modules to process excel sheets. Hi, If you just want a module, take a look at this one (I

Re: Need to process Excel sheet through Perl

2009-12-04 Thread Parag Kalra
I have one more question related to the module - 'Spreadsheet-ParseExcel' I want to extract the default header names of the excel sheet. So basically I am looking for a method to extract the column names whose default values are 'A', 'B', 'C', 'D' etc. Thus I am looking for a function which

Need to process Excel sheet through Perl

2009-12-03 Thread Parag Kalra
Hello All, I am looking for some good Perl modules to process excel sheets. I have a very basic requirement – I need a method to which I would provide the excel sheet and any column name of that excel sheet. It should return the list of all the elements present in that column which I can store

Re: Need to process Excel sheet through Perl

2009-12-03 Thread 小兰
On Fri, Dec 4, 2009 at 3:40 PM, Parag Kalra paragka...@gmail.com wrote: Hello All, I am looking for some good Perl modules to process excel sheets. Hi, If you just want a module, take a look at this one (I once used it):