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: Ant accessing xls tasks

2009-01-15 Thread Francis Galiegue
Le Thursday 15 January 2009 12:13:05 Rohit P, vous avez écrit : > Hi, > Is there any way of accessing an excel sheet [rows, columns, sheet etc. in > an .xls] using Ant ? > Please point me if there exists any. > There's a Java API called jexcelapi [1] for reading/writing this type of files. I don'

RE: Ant accessing xls tasks

2009-01-15 Thread Rebhan, Gilbert
-Original Message- From: Rohit P [mailto:rohitmp@gmail.com] Sent: Thursday, January 15, 2009 12:13 PM To: Ant Users List Subject: Ant accessing xls tasks /* Hi, Is there any way of accessing an excel sheet [rows, columns, sheet etc. in an .xls] using Ant ? Please point me if there

Ant accessing xls tasks

2009-01-15 Thread Rohit P
Hi, Is there any way of accessing an excel sheet [rows, columns, sheet etc. in an .xls] using Ant ? Please point me if there exists any. Thanks Rohit