in reply to Spreadsheet::ParseExcel vs alternative Cell Handler
The iteration will occur automatically when you call the Parse() method. As such you don't need any of the code below:
my $oBook = $oExcel->Parse($file);
I can post a more complete example if you define a little more clearly what you are trying to do. It looks like you are trying to extract the cells in the first column of the first worksheet and print them as in a Html format but perhaps you can go into a little more detail.
--
John.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Spreadsheet::ParseExcel vs alternative Cell Handler
by Andre_br (Pilgrim) on Jan 15, 2005 at 16:51 UTC | |
by Andre_br (Pilgrim) on Jan 17, 2005 at 15:37 UTC |