public class StreamingReader extends Object implements Iterable<org.apache.poi.ss.usermodel.Row>, AutoCloseable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
StreamingReader.Builder |
| 构造器和说明 |
|---|
StreamingReader(StreamingWorkbookReader workbook) |
| 限定符和类型 | 方法和说明 |
|---|---|
static StreamingReader.Builder |
builder() |
void |
close()
Closes the streaming resource, attempting to clean up any temporary files created.
|
Iterator<org.apache.poi.ss.usermodel.Row> |
iterator()
已过时。
StreamingReader is equivalent to the POI Workbook object rather
than the Sheet object. This method will be removed in a future release.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic StreamingReader(StreamingWorkbookReader workbook)
public Iterator<org.apache.poi.ss.usermodel.Row> iterator()
public void close()
throws IOException
close 在接口中 AutoCloseableCloseException - if there is an issue closing the streamIOExceptionpublic static StreamingReader.Builder builder()
Copyright © 2020. All rights reserved.