tags:

views:

14

answers:

0

In JExcelApi, I can write a date cell, and it's formatted as a date (if I call addCell without a CellFormat). But, if I add a CellFormat, Excel doesn't treat it as a date format. I can't find any way with a WritableCellFormat to set a DateFormat, and I can't set it to top vertical alignment without passing in a CellFormat.