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 would
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 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
Xiao Lan (小兰) wrote:
On Fri, Dec 4, 2009 at 3:40 PM, Parag Kalra 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):
http://search.cpan.org/~jmcnamara/Spreadsheet-ParseExcel-0.55/lib/Sp
On Fri, Dec 4, 2009 at 3:40 PM, Parag Kalra 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):
http://search.cpan.org/~jmcnamara/Spreadsheet-ParseExcel-0.55/lib/Spreadsheet/ParseExce
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 ma