in reply to Perl to Excel?

If the only reason you are using excel is to output charts, then you might want to take a look at GD::Graph and GD::Graph3d which can create graphs on the fly and save them out as any image format that GD supports (and suitable for direct output to a web browser if you like). Not only would you lose the requirement for excel (and license), these modules are also cross platform

ryddler