public final class JxlUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String[] |
extractContents(jxl.Cell[] row)
Extract the content from the given row.
|
static boolean |
hasSheets(jxl.Workbook workbook)
Check if the given workbook has any sheets.
|
static boolean |
isEmpty(jxl.Cell cell)
Checks if the given cell is emtpy.
|
static boolean |
isEmpty(jxl.Cell[] row)
Check if the given row (Cell[]) is empty.
|
public static boolean isEmpty(jxl.Cell cell)
cell - to checkStringUtils.hasText(String)public static boolean isEmpty(jxl.Cell[] row)
null, the array is empty or all the cells in the row are empty.row - to checkpublic static boolean hasSheets(jxl.Workbook workbook)
workbook - to checkpublic static java.lang.String[] extractContents(jxl.Cell[] row)
row - the row