public class DefaultAnalysisEventProcessor extends Object implements AnalysisEventProcessor
| Constructor and Description |
|---|
DefaultAnalysisEventProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
endRow(AnalysisContext analysisContext)
Ends the processing of a row.
|
void |
endSheet(AnalysisContext analysisContext)
Notify after all analysed
|
void |
extra(AnalysisContext analysisContext)
Read extra information
|
public void extra(AnalysisContext analysisContext)
AnalysisEventProcessorextra in interface AnalysisEventProcessorpublic void endRow(AnalysisContext analysisContext)
endRow in interface AnalysisEventProcessoranalysisContext - Analysis context, containing information about the current analysis, including the type and content of the row.public void endSheet(AnalysisContext analysisContext)
AnalysisEventProcessorendSheet in interface AnalysisEventProcessoranalysisContext - Analysis contextCopyright © 2024–2025 fast-excel. All rights reserved.