Package | Description |
---|---|
org.xlsx4j.model | |
org.xlsx4j.org.apache.poi.ss.usermodel | |
org.xlsx4j.sml |
Modifier and Type | Method and Description |
---|---|
static boolean |
CellUtils.getBooleanCellValue(Cell _cell)
Get the value of the cell as a boolean.
|
static CTCellStyle |
CellUtils.getCellStyle(Cell _cell)
Return the cell's style.
|
static int |
CellUtils.getCellType(Cell _cell)
Return the cell type.
|
static Date |
CellUtils.getDateCellValue(Cell _cell)
Get the value of the cell as a date.
|
static long |
CellUtils.getNumberFormatIndex(Cell _cell)
Get the index of the number format (numFmt) record used by this cell format.
|
static String |
CellUtils.getNumberFormatString(Cell _cell)
Get the contents of the format string, by looking up
the StylesSource
|
static double |
CellUtils.getNumericCellValue(Cell _cell)
Get the value of the cell as a number.
|
Modifier and Type | Method and Description |
---|---|
Format |
DataFormatter.createFormat(Cell cell)
Create and return a Format based on the format string from a cell's
style.
|
String |
DataFormatter.formatCellValue(Cell cell)
Returns the formatted value of a cell as a String regardless
of the cell type.
|
String |
DataFormatter.getCellFormula(Cell _cell)
Return a formula for the cell, for example,
SUM(C4:E4) |
Format |
DataFormatter.getDefaultFormat(Cell cell)
Returns a default format for a cell.
|
static boolean |
DateUtil.isCellDateFormatted(Cell cell)
Check if a cell contains a date
Since dates are stored internally in Excel as double values
we infer it is a date if it is formatted as such.
|
static boolean |
DateUtil.isCellInternalDateFormatted(Cell cell)
Check if a cell contains a date, checking only for internal
excel date formats.
|
Modifier and Type | Field and Description |
---|---|
protected Cell |
CTRevisionCellChange.nc |
protected Cell |
CTRevisionCellChange.oc |
Modifier and Type | Field and Description |
---|---|
protected List<Cell> |
Row.c |
Modifier and Type | Method and Description |
---|---|
Cell |
ObjectFactory.createCell()
Create an instance of
Cell |
Cell |
CTRevisionCellChange.getNc()
Gets the value of the nc property.
|
Cell |
CTRevisionCellChange.getOc()
Gets the value of the oc property.
|
Modifier and Type | Method and Description |
---|---|
List<Cell> |
Row.getC()
Gets the value of the c property.
|
Modifier and Type | Method and Description |
---|---|
void |
CTRevisionCellChange.setNc(Cell value)
Sets the value of the nc property.
|
void |
CTRevisionCellChange.setOc(Cell value)
Sets the value of the oc property.
|
Copyright © 2007-2019. All Rights Reserved.