bad.robot.excel.workbook
Class PoiWorkbookReader
java.lang.Object
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>
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 |
PoiWorkbookReader
public PoiWorkbookReader()
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.