|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Methods | |
org.apache.poi.hssf.usermodel.HSSFRow.createCell(short, int)
As of 22-Jan-2002 use createCell(short) and use setCellValue to specify the type lazily. |
|
org.apache.poi.hpsf.wellknown.SectionIDMap.get(Object)
Use SectionIDMap.get(byte[]) instead! |
|
org.apache.poi.hssf.record.ContinueRecord.processContinue(byte[])
handle this within the record...this didn't actualyl work out |
|
org.apache.poi.hpsf.wellknown.SectionIDMap.put(Object, Object)
Use SectionIDMap.put(byte[], PropertyIDMap) instead! |
Deprecated Constructors | |
org.apache.poi.hssf.usermodel.HSSFCell(Workbook, Sheet, short, short, int)
As of 22-Jan-2002 use @see org.apache.poi.hssf.usermodel.HSSFRow#createCell(short) and use setCellValue to specify the type lazily. |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |