kira_marom has asked for the wisdom of the Perl Monks concerning the following question:
but some of the borders get overridden i.e. the cell is written without borders. Any ideas how to solve this ?$cell = $worksheet->get_cell($line, $col-1); if(defined $cell) { my $format = $cell->get_format(); } $worksheet->AddCell($line, $col, $val, $format);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Spreadsheet::ParseExcel::SaveParser - unable to copy border formatting
by stefbv (Priest) on Aug 08, 2012 at 07:18 UTC |