Re: Ant accessing xls tasks

2009-01-18 Thread Denis N . Antonioli
Hi Have a look at (or ). These are two versions of an ant task that iterates over an Excel spreadsheet. Best dna -- The future is here, it is just not evenly distr

Re: Ant accessing xls tasks

2009-01-17 Thread Denis N. Antonioli
Hi Have a look at (or ). These are two versions of an ant task that iterates over an Excel spreadsheet. Best dna -- The future is here, it is just not evenly distr

Re: well-defined ant/xslt problem: (how) can I do this?

2008-02-07 Thread Denis N. Antonioli
Hi Disclaimer: this tip assumes that you're using ant 1.7 The xsl task can pass to the xsl the name of the file being processed (see attributes filedirparameter and filenameparameter) You can then: in ant: - use a fileset to let the xsl task process all of the changes.xml; - use filedirpara

Re: find/replace

2004-12-07 Thread Denis N. Antonioli
-BEGIN PGP SIGNED MESSAGE- Hi there is task PropertyTable at . This task lets you iterate over the rows of an excel table. Have a look, it may help you ;-) Best dna On Tue, 7 Dec 2004, Radha Sangal wrote: > Is there