nemadepsn has asked for the wisdom of the Perl Monks concerning the following question:
I want to modify an existing excel file using Perl. So, right now I am using the Spreadsheet::ParseExcel::SaveParser for that. Using the Addcell command I am able to modify any cell. But now I want to add new rows between two existing rows which I am unable to do.
This question is cross-posted on stackoverflow :
2019-07-01 Athanasius linkified the link
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How can I add a new row between two existing rows in a excel file using perl?
by betmatt (Scribe) on Jun 26, 2019 at 15:57 UTC |