org.finra.jtaf.core.utilities
Class ExcelFileParser
java.lang.Object
org.finra.jtaf.core.utilities.ExcelFileParser
public class ExcelFileParser
- extends Object
Parser for testdata excel files.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExcelFileParser
public ExcelFileParser(String fileName,
boolean isXlsx)
throws Exception
- Throws:
Exception
ExcelFileParser
public ExcelFileParser(String fileName,
String sheetName,
boolean isXlsx)
throws Exception
- Throws:
Exception
parseExcelFile
public List<List<String>> parseExcelFile(boolean isXlsx)
throws Exception
- Throws:
Exception
Copyright © 2014. All rights reserved.