"ANJAN PURKAYASTHA" schreef: > i have installed Spreadshee::ParseExcel to parse some large excel data > files. > Here is the problem I'm facing. I need to parse data from columns M > to P and rows 10 to 43000. Now I know that there is a PrintArea > method that can print an area of a worksheet specified in (start row, > start col, end row, end col). However I'm having difficulty in > specifying these parameters correctly for the PrintArea method. I'm > also not sure what the output is going to look like. > does anyone in this forum have any pointers?
To me it is not clear what you want. First you state that you want to parse M10..P43000, then you state that you want to do something with the PrintArea. What is it that you try to do, two things, or one? Do you want to import the data from the first(!) range that is in the current PrintArea? Or is the PrintArea just something you found out about, and that you think you need but that you actually don't? -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/