java.lang. Object
|
+Object()
+hashCode() :int
#finalize() :void
+notify() :void
+notifyAll() :void
+wait() :void
+wait(long ) :void
+wait(long , int ) :void
+getClass() :java.lang.Class
#clone() :java.lang.Object
+equals(java.lang.Object ) :boolean
+toString() :java.lang.String
|
|
|
|
org.apache.poi.hssf.usermodel. HSSFCell
|
+CELL_TYPE_NUMERIC :int
+CELL_TYPE_STRING :int
+CELL_TYPE_FORMULA :int
+CELL_TYPE_BLANK :int
+CELL_TYPE_BOOLEAN :int
+CELL_TYPE_ERROR :int
+ENCODING_COMPRESSED_UNICODE :short
+ENCODING_UTF_16 :short
|
#HSSFCell(org.apache.poi.hssf.model.Workbook book, org.apache.poi.hssf.model.Sheet sheet, int row, short col)
#HSSFCell(org.apache.poi.hssf.model.Workbook book, org.apache.poi.hssf.model.Sheet sheet, int row, short col, int type)
#HSSFCell(org.apache.poi.hssf.model.Workbook book, org.apache.poi.hssf.model.Sheet sheet, int row, org.apache.poi.hssf.record.CellValueRecordInterface cval)
+setCellNum(short num) :void
+getCellNum() :short
+setCellType(int cellType) :void
+getCellType() :int
+setCellValue(double value) :void
+setCellValue(java.util.Date value) :void
+setCellValue(java.util.Calendar value) :void
+setCellValue(java.lang.String value) :void
+setCellFormula(java.lang.String formula) :void
+getCellFormula() :java.lang.String
+getNumericCellValue() :double
+getDateCellValue() :java.util.Date
+getStringCellValue() :java.lang.String
+setCellValue(boolean value) :void
+setCellErrorValue(byte value) :void
+getBooleanCellValue() :boolean
+getErrorCellValue() :byte
+setCellStyle(org.apache.poi.hssf.usermodel.HSSFCellStyle style) :void
+getCellStyle() :org.apache.poi.hssf.usermodel.HSSFCellStyle
+getEncoding() :short
+setEncoding(short encoding) :void
#getCellValueRecord() :org.apache.poi.hssf.record.CellValueRecordInterface
+setAsActiveCell() :void
|
|
|
|
|