in reply to Re: Modifying an existing Excel file
in thread Modifying an existing Excel file

Thanks, I tried the with the sample and as mentioned in the documentation if you have graphs or macros in the same file they will be lost. If it's not possible to modify a the file if it includes graphs, is there a way to recreate the graphs? I can use Spreadsheet::WriteExcel to recreate all the data.

Replies are listed 'Best First'.
Re^3: Modifying an existing Excel file
by Limbic~Region (Chancellor) on May 05, 2005 at 18:56 UTC
    toncelli,
    Spreadsheet::WriteExcel has experimental support for graphs and I have been able to get them to work. It takes a little practice so see the documentation and examples.

    Cheers - L~R