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

This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re: Using Excel
by Grundle (Scribe) on Jun 11, 2007 at 15:06 UTC
    It would be more feasible to do all your logic with perl and have that program write the final product to your Excel spreadsheet using modules like SpreadSheet::ParseExcel and SpreadSheet::WriteExcel. It does not make sense to overload an Excel sheet with logic, because that is not the focus of that particular application.
    A reply falls below the community's threshold of quality. You may see it by logging in.