List of usage examples for org.apache.poi.ss.usermodel Workbook interface-usage
From source file org.talend.dataprep.schema.xls.streaming.StreamingWorkbook.java
public class StreamingWorkbook implements Workbook, AutoCloseable { private final StreamingWorkbookReader reader; public StreamingWorkbook(StreamingWorkbookReader reader) { this.reader = reader;