public interface Readable<T>
| Modifier and Type | Method and Description |
|---|---|
org.apache.poi.ss.usermodel.Workbook |
read(File file) |
org.apache.poi.ss.usermodel.Workbook |
read(InputStream stream) |
org.apache.poi.ss.usermodel.Workbook read(File file) throws IOException
IOExceptionorg.apache.poi.ss.usermodel.Workbook read(InputStream stream) throws IOException
IOExceptionCopyright © 2018. All Rights Reserved.