Hi, currently dataDriven doesn't respect at all the cell formatting. One of the consequences is that dates are extracted as number because they are saved as number internally.
Sadly POI procures facilities to read the format, but not to format the cell value with this information (which depends not only on the format but on informations like the local settings as well). I've started to look at it and a new version will be available in the coming days (I will open an issue for that). The difficulty will be to cover all the format and therefore I think that I will first incorporate some simple conversion rules and that we'll have to add new ones later based on user feedback. Cheers, Marc. -- Blog: http://mguillem.wordpress.com Yoo-Jin Lee wrote: > Hi, > > The dataDriven step doesn't recognize date formatted excel cells. The > POI library does have a class HSSFDateUtil that can recognize date cells > but it is not currently integrated. > > Excel is difficult to support as it is a highly complicated product and > saves data internally that is not the most intuitive. I'd like to see > csv formatted files supported. It is simple to create, update, diff, has > a small file size, can be viewed with any text editor and is not in a > windows proprietary format that can change at any time on Microsoft's whim. > > - Yoo-Jin > > ------------------------------------------------------------------------ > Be smarter than spam. See how smart SpamGuard is at giving junk email > the boot with the *All-new Yahoo! Mail * > <http://ca.promos.yahoo.com/newmail/overview2/> _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

