Interface AfterDataWriter

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AfterDataWriter
A functional interface for writing custom content after data rows.

Used by both afterData (called on every sheet after its data rows) and afterAll (called once on the last sheet after all data).

Since:
2025-07-19
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Writes custom content to the sheet after the data rows.
  • Method Details

    • write

      int write(SheetContext context)
      Writes custom content to the sheet after the data rows.
      Parameters:
      context - provides the current sheet, workbook, next available row index, and column metadata
      Returns:
      the next available row index after the written content