Package com.avoka.core.util
Class HSSFUtils
java.lang.Object
com.avoka.core.util.HSSFUtils
Provides HSSF Excel utilities.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getCellValue
(org.apache.poi.hssf.usermodel.HSSFRow row, int index) Return the cell value.static boolean
isEmptyCell
(org.apache.poi.hssf.usermodel.HSSFRow row, int index) Return true if the cell is empty.
-
Constructor Details
-
HSSFUtils
public HSSFUtils()
-
-
Method Details
-
isEmptyCell
public static boolean isEmptyCell(org.apache.poi.hssf.usermodel.HSSFRow row, int index) Return true if the cell is empty.- Parameters:
row
- the specified rowindex
- the index in the row- Returns:
- true if the cell is empty
-
getCellValue
Return the cell value.- Parameters:
row
- the specified rowindex
- the index in the row- Returns:
- the cell value
-