Then again Chris here is asking for a way to read XLS files not a way to write them...
So maybe the: *DBD::Excel*<http://search.cpan.org/author/KWITKNR/DBD-Excel-0.06/Excel.pm>would be more helpful in this case, but you are right most of us are not in the habit of writting other people's homework, yet having been a perl beginner my self at some point I do feel the need to mention that there is a a chance that not all beginners know about the wonders that can be found at: http://search.cpan.org On 12/1/05, Chris Devers <[EMAIL PROTECTED]> wrote: > > On Wed, 30 Nov 2005, Pant, Hridyesh wrote: > > > I want to store column data of xls file in array. > > E.g. $array[0]=1st column of xls sheet. > > $array[1]=2st column of xls sheet. > > $array[2]=3st column of xls sheet. > > ... > > etc.... > > > > Can anybody help me... > > Probably, I'm sure someone could. > > What did your search for Excel-related modules on CPAN turn up? > > When you found Spreadsheet::WriteExcel, as I have no doubt that you did, > did you read the documentation for it, and the sample code provided? > > When you tried using the module, what happened? Where is your code? > > This STILL isn't the "please do my homework for me" list :-) > > > -- > Chris Devers > > eD¯!î×/.Z$ > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > <http://learn.perl.org/> <http://learn.perl.org/first-response> > > >