bad.robot.excel.workbook
Interface Readable<T>

All Known Implementing Classes:
PoiWorkbookReader

public interface Readable<T>


Method Summary
 org.apache.poi.ss.usermodel.Workbook read(File file)
           
 org.apache.poi.ss.usermodel.Workbook read(InputStream stream)
           
 

Method Detail

read

org.apache.poi.ss.usermodel.Workbook read(File file)
                                          throws IOException
Throws:
IOException

read

org.apache.poi.ss.usermodel.Workbook read(InputStream stream)
                                          throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.