Class HSSFUtils

java.lang.Object
com.avoka.core.util.HSSFUtils

public class HSSFUtils extends Object
Provides HSSF Excel utilities.
  • 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 row
      index - the index in the row
      Returns:
      true if the cell is empty
    • getCellValue

      public static String getCellValue(org.apache.poi.hssf.usermodel.HSSFRow row, int index)
      Return the cell value.
      Parameters:
      row - the specified row
      index - the index in the row
      Returns:
      the cell value