in reply to Using Excel
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. |