public class StreamingWorkbookReader extends Object implements Iterable<org.apache.poi.ss.usermodel.Sheet>, AutoCloseable
| Constructor and Description |
|---|
StreamingWorkbookReader(org.apache.poi.xssf.model.SharedStringsTable sst,
File sstCache,
org.apache.poi.openxml4j.opc.OPCPackage pkg,
StreamingSheetReader reader,
StreamingReader.Builder builder)
Deprecated.
|
StreamingWorkbookReader(StreamingReader.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
StreamingSheetReader |
first() |
List<Map<String,String>> |
getSheetProperties() |
void |
init(File f) |
void |
init(InputStream is) |
Iterator<org.apache.poi.ss.usermodel.Sheet> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliterator@Deprecated public StreamingWorkbookReader(org.apache.poi.xssf.model.SharedStringsTable sst, File sstCache, org.apache.poi.openxml4j.opc.OPCPackage pkg, StreamingSheetReader reader, StreamingReader.Builder builder)
sst - The SST data for this workbooksstCache - The backing cache file for the SST datapkg - The POI package that should be closed when this workbook is closedreader - A single streaming reader instancebuilder - The builder containing all optionspublic StreamingWorkbookReader(StreamingReader.Builder builder)
public StreamingSheetReader first()
public void init(InputStream is)
public void init(File f)
public Iterator<org.apache.poi.ss.usermodel.Sheet> iterator()
public void close()
throws IOException
close in interface AutoCloseableIOExceptionCopyright © 2018. All rights reserved.