org.finra.jtaf.core.utilities
Class ExcelFileParser

java.lang.Object
  extended by org.finra.jtaf.core.utilities.ExcelFileParser

public class ExcelFileParser
extends Object

Parser for testdata excel files.


Constructor Summary
ExcelFileParser(String fileName, boolean isXlsx)
           
ExcelFileParser(String fileName, String sheetName, boolean isXlsx)
           
 
Method Summary
 List<List<String>> parseExcelFile(boolean isXlsx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelFileParser

public ExcelFileParser(String fileName,
                       boolean isXlsx)
                throws Exception
Throws:
Exception

ExcelFileParser

public ExcelFileParser(String fileName,
                       String sheetName,
                       boolean isXlsx)
                throws Exception
Throws:
Exception
Method Detail

parseExcelFile

public List<List<String>> parseExcelFile(boolean isXlsx)
                                  throws Exception
Throws:
Exception


Copyright © 2014. All rights reserved.