Re: Parse Excel repeats columns

2006-04-11 Thread Steffen Goeldner
Mary Anderson wrote: > > >Hi All, > I have picked up ParseExcel and started to work with it. I am having > a problem with code that essentially looks like this: > > for ($iR = 0; ($oWkS->{MaxRows} && $iR <=$oWkS->{MaxRows}, $iR++){ >for ($iC=0; ($oWkS->{MaxCols} && $iC <=$oWkS-

Parse Excel repeats columns

2006-04-11 Thread Mary Anderson
>Hi All, I have picked up ParseExcel and started to work with it. I am having a problem with code that essentially looks like this: for ($iR = 0; ($oWkS->{MaxRows} && $iR <=$oWkS->{MaxRows}, $iR++){ for ($iC=0; ($oWkS->{MaxCols} && $iC <=$oWkS->{MaxRows}, $iC++){ $o