Fast Excel Driver
Implements ExcelDriver using org.dhatim.fastexcel.
FastExcel offers superior performance and lower memory usage compared to Apache POI, making it an excellent choice for high-performance Excel generation tasks.
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.