in reply to How to get cell format of xls
I am getting error (Can't call method "value" on an undefined value at)when cell($row,$col) is blank. How to handle blank cell. pls help.use Spreadsheet::ParseExcel::SaveParser; my $template = $parser->Parse('compare_reports/38_HMI1071_cre_cdo_G.xl +s'); # Get the format from the cell my $worksheet = $template->worksheet($sheet); my $val=$worksheet->get_cell($row,$col)->value()
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to get cell format of xls
by moritz (Cardinal) on May 23, 2012 at 09:49 UTC | |
by bimleshsharma (Beadle) on May 23, 2012 at 10:06 UTC | |
by moritz (Cardinal) on May 23, 2012 at 10:09 UTC | |
|
Re^2: How to get cell format of xls
by Corion (Patriarch) on May 23, 2012 at 09:49 UTC |