Class DeferredSXSSFSheet

java.lang.Object
org.apache.poi.xssf.streaming.SXSSFSheet
org.apache.poi.xssf.streaming.DeferredSXSSFSheet
All Implemented Interfaces:
Iterable<Row>, Sheet, OoxmlSheetExtensions

@Beta public class DeferredSXSSFSheet extends SXSSFSheet
A variant of SXSSFSheet that uses a RowGeneratorFunction to lazily create rows. This variant is experimental and APIs may change at short notice.
Since:
5.0.0
See Also: