Try the xml tasks :-)
http://ant.apache.org/external.html#xmltask
Jan
> -Original Message-
> From: Edson Alves Pereira [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, December 10, 2003 2:34 PM
> To: 'Ant Developers List'
> Subject: XML task
>
>
>
Hello folks, i wonder if ant has a task to edit XML files, has it?
Can someone show me this or those tasks?
Regards,
Edson
[EMAIL PROTECTED] wrote:
Does anybody know of an ant task that is able to read excel sheets and
convert it into xml (or some other format) ?
I don´t know any. Maybe the POI project has something.
The POI project does not (yet) have a task, although it does have code
in Cocoon CVS to handle the c
> Does anybody know of an ant task that is able to read excel sheets and
convert it into xml (or some other format) ?
I don´t know any. Maybe the POI project has something.
> Which makes me wonder: are there any guidelines specifying when and how a
new task should be added as an optional task ?
Title: Excel 2 Xml task ?
Does anybody know of an ant task that is able to read excel sheets and convert it into xml (or some other format) ?
For a previous project I hacked a task that was able to do just that (using apache poi).
If there is no such task around and there is sufficient