trickyq has asked for the wisdom of the Perl Monks concerning the following question:
@{$sheet->{Cells}[$row]}; my @indexes = (2 .. (2+4-1)); my @dcells = @{$sheet->{Cells}[$row]}[@indexes]; open FILE, ">>forgetyou.txt"; foreach (@dcells) { print FILE ($_); } close FILE;
over and over, I know this is data from the hash but I dont know how to see the actual contents of the cell.Spreadsheet::ParseExcel::Cell=HASH(0x70a49a8)Spreadsheet::ParseExcel:: +Cell=HASH(0x70a4a08)Spreadsheet::ParseExcel::Cell=HASH(0x70a4a98)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: spreadsheet::xlsx and terrible stuff
by ww (Archbishop) on May 28, 2012 at 20:44 UTC | |
|
Re: spreadsheet::xlsx and terrible stuff
by poj (Abbot) on May 28, 2012 at 21:28 UTC | |
|
Re: spreadsheet::xlsx and terrible stuff
by bitingduck (Deacon) on May 29, 2012 at 05:29 UTC |