public class StreamingWorkbookReader extends Object implements Iterable<org.apache.poi.ss.usermodel.Sheet>, org.apache.poi.ss.usermodel.Date1904Support, AutoCloseable
| Constructor and Description |
|---|
StreamingWorkbookReader(StreamingReader.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
List<Map<String,String>> |
getSheetProperties() |
void |
init(File f) |
void |
init(InputStream is) |
boolean |
isDate1904() |
Iterator<org.apache.poi.ss.usermodel.Sheet> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic StreamingWorkbookReader(StreamingReader.Builder builder)
public void init(InputStream is)
public void init(File f)
public Iterator<org.apache.poi.ss.usermodel.Sheet> iterator()
public boolean isDate1904()
isDate1904 in interface org.apache.poi.ss.usermodel.Date1904Supportpublic void close()
throws IOException
close in interface AutoCloseableIOExceptionCopyright © 2021. All rights reserved.