Hey folks, slightly tricky one for ya. I'm using Perl to take a bunch of information from one workbook, and put it in several others. I'm fairly proficient in using the CPAN WriteExcel/ParseExcel modules. The problem is, every sheet in every workbook I'm creating needs to be built from a template worksheet I have, but I can't find any way to "copy and paste" the whole sheet from Perl the way you can working directly with Excel. Creating each workbook and worksheet by hand is a possibility, but I have about 60+ worksheets I'd be creating. Obviously I'd much rather have Perl do the work.
Thanks in advance,
Nick
Thanks in advance,
Nick