benlaw has asked for the wisdom of the Perl Monks concerning the following question:

hi all,
I try to create report by Spreadsheet::WriteExcel , but how can I create Chart which within the "sheet" or target "sheet". The example seems to add new Tab to instead.
Thx a lot
  • Comment on create Excel Chart within the Sheet by Spreadsheet::WriteExcel

Replies are listed 'Best First'.
Re: create Excel Chart within the Sheet by Spreadsheet::WriteExcel
by jmcnamara (Monsignor) on Jan 04, 2005 at 11:45 UTC

    Unfortunately this is not currently possible, as noted in the methodology section of the docs.

    However, this feature will probably be added at at later stage.

    --
    John.