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 TypeMethodDescriptionvoid
reportOutput
(RequestContext context, org.apache.poi.ss.usermodel.Workbook book) Report Output Logic for POI
-
Method Details
-
reportOutput
Report Output Logic for POI- Parameters:
RequestContext
- contextWorkBook
- book
-