Class HSSFUtils


  • public class HSSFUtils
    extends Object
    Provides HSSF Excel utilities.
    • Constructor Detail

      • HSSFUtils

        public HSSFUtils()
    • Method Detail

      • 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