> HSSFRow header = sheet.getRow((short) 0);
> header.createCell((short) 0).setCellValue(aDate);
> 
> Of course I also create a date style, and set the cell style to that.
> 
> So for example, this is some debugging (toString) for 3 dates:
> 
> Sat Nov 01 00:00:00 CST 2003
> Sat Nov 15 00:00:00 CST 2003
> Sun Nov 16 00:00:00 CST 2003

What on earth is CST? Maybe you are using a timezone Excel cannot deal
with?

ciao Bodo

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to