|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.item.excel.jxl.JxlUtils
@Deprecated public final class JxlUtils
Class containing utility methods to work with JXL.
| Method Summary | |
|---|---|
static String[] |
extractContents(jxl.Cell[] row)
Deprecated. Extract the content from the given row. |
static boolean |
hasSheets(jxl.Workbook workbook)
Deprecated. Check if the given workbook has any sheets. |
static boolean |
isEmpty(jxl.Cell cell)
Deprecated. Checks if the given cell is emtpy. |
static boolean |
isEmpty(jxl.Cell[] row)
Deprecated. Check if the given row (Cell[]) is empty. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean isEmpty(jxl.Cell cell)
cell - to check
StringUtils.hasText(String)public static boolean isEmpty(jxl.Cell[] row)
row - to check
public static boolean hasSheets(jxl.Workbook workbook)
workbook - to check
public static String[] extractContents(jxl.Cell[] row)
row - the row
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||