I have a excel file, with some column like this Name DateTime (if value datetime existing then do not thing) Jonh 16/07/2015 9:30 (dd/MM/yyyy hh:mm) => date in system Jonh 16/07/2015 10:30
The question : are there any way to write some sciprt ant to update excel file with two properties : Name and DateTime When i run script ant, it's could be write new next row Jond 16/07/2015 11:30 Thanks.