bad.robot.excel.workbook
Class PoiWorkbookReader

java.lang.Object
  extended by bad.robot.excel.workbook.PoiWorkbookReader
All Implemented Interfaces:
Readable<org.apache.poi.ss.usermodel.Workbook>

public class PoiWorkbookReader
extends Object
implements Readable<org.apache.poi.ss.usermodel.Workbook>


Constructor Summary
PoiWorkbookReader()
           
 
Method Summary
 org.apache.poi.ss.usermodel.Workbook read(File file)
           
 org.apache.poi.ss.usermodel.Workbook read(InputStream stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoiWorkbookReader

public PoiWorkbookReader()
Method Detail

read

public org.apache.poi.ss.usermodel.Workbook read(File file)
                                          throws IOException
Specified by:
read in interface Readable<org.apache.poi.ss.usermodel.Workbook>
Throws:
IOException

read

public org.apache.poi.ss.usermodel.Workbook read(InputStream stream)
                                          throws IOException
Specified by:
read in interface Readable<org.apache.poi.ss.usermodel.Workbook>
Throws:
IOException


Copyright © 2013. All Rights Reserved.