|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cell | |
|---|---|
| com.extentech.ExtenXLS | The ExtenXLS package contains the primary classes for working with spreadsheets. |
| Uses of Cell in com.extentech.ExtenXLS |
|---|
| Classes in com.extentech.ExtenXLS that implement Cell | |
|---|---|
class |
CellHandle
The CellHandle provides a handle to an XLS Cell and its values. |
class |
SimpleCellValue
a simple implementation of Cell for use in |
| Methods in com.extentech.ExtenXLS that return Cell | |
|---|---|
Cell |
WorkBookParser.getVal()
|
| Methods in com.extentech.ExtenXLS with parameters of type Cell | |
|---|---|
boolean |
CellRange.contains(Cell cxx)
returns whether this CellRange contains a particular Cell |
void |
CellParseEventListener.fireEvent(Cell v)
when a cell record is parsed, an event is fired, passing the Cell object to the listeners for implementation-specific handling. |
static java.util.Calendar |
DateConverter.getCalendarFromCell(Cell cell)
Gets the Calendar for the given cell. |
static java.util.Calendar |
DateConverter.getCalendarFromCellWithPrecision(Cell cell,
int roundingCalendarField)
returns a Java Calendar from a CellHandle containing an Excel-formatted Date The Excel date format does not map 100% accurately to Java dates, due to the limitation of the precision of the Excel floating-point value record. |
void |
WorkBookParser.setCurrentObject(Cell o)
sets the currently parsed object |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||