Interface PoiReportOutputLogic


public interface PoiReportOutputLogic

The interface for implementing Report Output Logic for POI.

This interface is used to have the output process described when outputting a report using POI.
The person in charge of the application can inherit this interface and describe their own report output processing.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    reportOutput(RequestContext context, org.apache.poi.ss.usermodel.Workbook book)
    Report Output Logic for POI
  • Method Details

    • reportOutput

      void reportOutput(RequestContext context, org.apache.poi.ss.usermodel.Workbook book)
      Report Output Logic for POI
      Parameters:
      RequestContext - context
      WorkBook - book