http://www.perlmonks.org?node_id=972000


in reply to Re^2: How to get cell format of xls
in thread How to get cell format of xls

Ok, i used below but getting error...
if(undef $worksheet->get_cell($row,$col)){ next; }
error now i am getting:"Can't modify non-lvalue subroutine call at ."

Replies are listed 'Best First'.
Re^4: How to get cell format of xls
by moritz (Cardinal) on May 23, 2012 at 10:09 UTC