com.ibm.ccd.portal
Class ExcelParser

java.lang.Object
  extended by com.ibm.ccd.portal.ExcelParser

public class ExcelParser
extends java.lang.Object

This class provides a way to parse Excel Documents using APACHE POI HSSF.


Constructor Summary
ExcelParser(org.apache.poi.hssf.usermodel.HSSFSheet sheet)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 java.lang.String[] splitLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelParser

public ExcelParser(org.apache.poi.hssf.usermodel.HSSFSheet sheet)
Method Detail

splitLine

public java.lang.String[] splitLine()
                             throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)