in reply to Re: Excel::Template final XML file
in thread Excel::Template final XML file
Edit : I forgot to mention, I'm using the wrapper Excel::Template::TT
<workbook> <worksheet name="Configuration"><format color="black"> <row><bold><cell text="!!!!!!!!! [% host.cmts.name %] !!!!!!!!!!" +/></bold></row> <row /> [% FOREACH int IN host.interfaces %] <row><cell text="interface ip-bundle [% int.bundle %].[% int.subBu +ndle %]" /></row> [%- FOREACH ip IN int.secondaries %] <row><cell text=" ip address [% ip.ipAddress %] [% ip.subnetMask % +] secondary" /></row> [%- END %] [% END %] <row /> <row><bold><cell text="!!!!!!!!! END : [% host.cmts.name %] !!!!!! +!!!!" /></bold></row> </format> </worksheet> </workbook>
|
|---|