In one POI project I'm working on, I am writing a date to a cell.
I'm using
CellStyle datetStyle = workbook.createCellStyle();
dateStyle.setDataFormat(22);

Is there a POI constant that I can use instead of the number 22?

Thanks
Javen

Reply via email to