Hi,
I'm working with POI 3.0.2-FINAL, and I met a stressful problem when trying
to autosize a column where there's a FONT apply to. I obtain that ugly
exception:
java.lang.ClassCastException: org.apache.poi.hssf.record.StyleRecord
at org.apache.poi.hssf.model.Workbook.getExFormatAt(Workbook.java:665)
at org.apache.poi.hssf.usermodel.HSSFCell.getCellStyle(HSSFCell.java
:896)
at org.apache.poi.hssf.usermodel.HSSFSheet.autoSizeColumn(HSSFSheet.java
:1690)
Does that problem already known? Someone could help me solving that?
Thank you.