Hi,

is it possible for the developers to implement equals() and hashCode()
for all HSSF classes like HSSFCellStyle, HSSFFont, ... ?

Without these it is hard to manage the created instances.
I ran into problems with creating too much CellStyles:

java.lang.ArrayIndexOutOfBoundsException: -27405
        at java.util.ArrayList.get(ArrayList.java:324)
        at
org.apache.poi.hssf.model.WorkbookRecordList.get(WorkbookRecordList.java:54)
        at org.apache.poi.hssf.model.Workbook.getExFormatAt(Workbook.java:642)
        at 
org.apache.poi.hssf.usermodel.HSSFCell.getCellStyle(HSSFCell.java:864)

I want to manage them for my own in a Map so i can reuse them.
I hope this can be implemented cause its not hard to do (especially with
 Eclipse).

Thanks
JR


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to