Class ExcelHelper

java.lang.Object
com.snapfix.core.ExcelHelper

public class ExcelHelper
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    ExcelHelper​(java.lang.String filePath, java.lang.String fileName)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getCellValue​(int rowIndex, int columnIndex)  
    void openExcelSheet​(java.lang.String sheetName)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExcelHelper

      public ExcelHelper​(java.lang.String filePath, java.lang.String fileName)
  • Method Details

    • openExcelSheet

      public void openExcelSheet​(java.lang.String sheetName) throws java.io.IOException
      Throws:
      java.io.IOException
    • getCellValue

      public java.lang.String getCellValue​(int rowIndex, int columnIndex)