|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.agimatec.utility.fileimport.spreadsheet.ExcelCell
public class ExcelCell
Description: Abstraction for a single excel-spreadsheet cell
User: roman.stumm
Date: 11.06.2008
Time: 17:21:33
Copyright: Agimatec GmbH
| Constructor Summary | |
|---|---|
ExcelCell(org.apache.poi.ss.usermodel.Cell hssfCell)
|
|
| Method Summary | |
|---|---|
org.apache.poi.ss.usermodel.Cell |
getCell()
|
int |
getColumnIndex()
logical cell number in row |
String |
getComment()
|
Date |
getDateValue()
|
double |
getNumericValue()
|
String |
getStringValue()
works with every cell data type. |
org.apache.poi.ss.usermodel.CellStyle |
getStyle()
|
Object |
getValue()
works with every cell data type. |
String |
toString()
used to create field name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExcelCell(org.apache.poi.ss.usermodel.Cell hssfCell)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic Object getValue()
ICell
getValue in interface ICellpublic double getNumericValue()
getNumericValue in interface ICellpublic String getStringValue()
ICell
getStringValue in interface ICellpublic Date getDateValue()
getDateValue in interface ICellpublic org.apache.poi.ss.usermodel.CellStyle getStyle()
public org.apache.poi.ss.usermodel.Cell getCell()
public String getComment()
getComment in interface ICellpublic int getColumnIndex()
ICell
getColumnIndex in interface ICell
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||