$worksheet->write($row1, $col1, "$val");
Basically, you will need a new worksheet (as said above) to write into for any worksheet you want to rewrite.
So the code for writing will be: $new_worksheet->write($row -1, $col -1, "$val");
Cheers, Sören
Créateur des bugs mobiles - let loose once, run everywhere.
(hooked on the Perl Programming language)
In reply to Re^5: Deleting entire row and column
by Happy-the-monk
in thread Deleting entire row and column
by harishnv
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |