in reply to Re: Deleting entire column in an excel
in thread Deleting entire column in an excel

I have asked in that question but didn't get an answer. shifting the table i could do. I'm not using Win32::OLE.

  • Comment on Re^2: Deleting entire column in an excel

Replies are listed 'Best First'.
Re^3: Deleting entire column in an excel
by poj (Abbot) on Mar 11, 2018 at 10:29 UTC

    Win32::OLE would be the best way to do this. You could use Spreadsheet::ParseExcel::SaveParser but be aware of limitations.

    You can only rewrite the features that Spreadsheet::WriteExcel supports so macros, graphs and some other features in the original Excel file will be lost. Also, formulas aren't rewritten, only the result of a formula is written.
    poj

        Show the code you are using to shift the cells