Hi world.
We've a template file which works wonderful with POI 2.0 final version
and which makes problems with POI 2.5.
One problem is using charts. A few hours ago I asked it in a separate
thread.
A further problem seem to be rich text strings.
java.lang.IllegalArgumentException: Start and end index not in range.
at
org.apache.poi.hssf.usermodel.HSSFRichTextString.applyFont(HSSFRichTextS
tring.java:61)
at
org.apache.poi.hssf.record.TextObjectRecord.processFontRuns(TextObjectRe
cord.java:148)
at
org.apache.poi.hssf.record.TextObjectRecord.processContinueRecord(TextOb
jectRecord.java:131)
at
org.apache.poi.hssf.record.RecordFactory.createRecords(RecordFactory.jav
a:188)
at
org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:165)
at
org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:132)
at EuroAdapt.<init>(EuroAdapt.java:48)
at EuroAdapt.main(EuroAdapt.java:81)
Exception in thread "main"
There opening the workbook already fails.
Are there further corrections available not having these errors.
Regards, Karl-Heinz.