| Package | Description |
|---|---|
| io.starter.formats.cellformat | |
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Method and Description |
|---|---|
String |
NumberCellFormat.format(Cell cell) |
String |
DateCellFormat.format(Cell cell) |
String |
CellFormat.format(Cell cell) |
String |
GeneralCellFormat.format(Cell cell) |
| Modifier and Type | Class and Description |
|---|---|
class |
CellHandle
The CellHandle provides a handle to an XLS Cell and its values.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CellRange.contains(Cell cxx)
returns whether this CellRange contains a particular Cell
|
static Calendar |
DateConverter.getCalendarFromCell(Cell cell)
Gets the Calendar for the given cell.
|
static 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.
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.