Package org.apache.poi.xssf.streaming
Interface RowGeneratorFunction
RowGeneratorFunction for Deferred SXSSF sheets
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateRows(SXSSFSheet sheet) Generate and add rows to the sheet.
-
Method Details
-
generateRows
Generate and add rows to the sheet. Note that anything that does not relate to creating rows and cells should not be done inside this function. It is best to create cell styles and sheet level settings in separate calls outside this function.- Parameters:
sheet- the sheet- Throws:
Exception- the exception
-