Poi Driver
Implements ExcelDriver using Apache POI (SXSSF).
SXSSFWorkbook is a streaming extension of POI that writes data in chunks (defaulting to 100 rows) to keep memory usage low while still allowing random access to the recently written rows.
Functions
Link copied to clipboard
Applies configuration options to the workbook.
Link copied to clipboard
Finalize the current sheet.
Link copied to clipboard
Finalize the workbook, write to the output stream, and release resources.
Link copied to clipboard
Merge a range of cells into one.
Link copied to clipboard
Returns the currently active native sheet object.
Link copied to clipboard
Returns the underlying native workbook object.
Link copied to clipboard
Set the width of a specific column.
Link copied to clipboard
Create a new sheet with the given name.
Link copied to clipboard
Initialize the workbook and associate it with the provided outputStream.
Link copied to clipboard
Write a formula to a specific cell in the current row.