in reply to Re^4: Delete entire row without using Win32::OLE
in thread Delete entire row without using Win32::OLE
Please have a look at the documentation of Spreadsheet::ParseExcel::SaveParser. It does not "edit" your file, it loads and then overwrites your excel file. You will have to find out how to alter the data structure and then do that. I've already shown you approaches to that, but you seem to want to avoid these.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Delete entire row without using Win32::OLE
by ravi45722 (Pilgrim) on Sep 02, 2015 at 13:15 UTC |