| 限定符和类型 | 方法和说明 |
|---|---|
AnalysisContext |
ExcelReader.analysisContext()
Context for the entire execution process
|
AnalysisContext |
ExcelReader.getAnalysisContext()
已过时。
please use
ExcelReader.analysisContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
AnalysisContext |
ExcelAnalyser.analysisContext()
get the analysis context.
|
AnalysisContext |
ExcelAnalyserImpl.analysisContext() |
| 构造器和说明 |
|---|
XlsListSheetListener(AnalysisContext analysisContext,
org.apache.poi.poifs.filesystem.POIFSFileSystem poifsFileSystem) |
XlsSaxAnalyser(AnalysisContext context,
org.apache.poi.poifs.filesystem.POIFSFileSystem poifsFileSystem) |
| 构造器和说明 |
|---|
BofRecordHandler(AnalysisContext context,
List<ReadSheet> sheets,
boolean alreadyInit) |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<XlsxCellHandler> |
XlsxHandlerFactory.buildCellHandlers(AnalysisContext analysisContext,
org.apache.poi.xssf.model.StylesTable stylesTable) |
| 构造器和说明 |
|---|
XlsxRowHandler(AnalysisContext analysisContext,
org.apache.poi.xssf.model.StylesTable stylesTable) |
XlsxSaxAnalyser(AnalysisContext analysisContext,
InputStream decryptedStream) |
| 构造器和说明 |
|---|
CountRowCellHandler(AnalysisContext analysisContext) |
DefaultCellHandler(AnalysisContext analysisContext,
org.apache.poi.xssf.model.StylesTable stylesTable) |
ProcessResultCellHandler(AnalysisContext analysisContext,
XlsxRowResultHolder rowResultHandler) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Ehcache.init(AnalysisContext analysisContext) |
void |
MapCache.init(AnalysisContext analysisContext) |
void |
ReadCache.init(AnalysisContext analysisContext)
Initialize cache
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AnalysisContextImpl |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SyncReadListener.doAfterAllAnalysed(AnalysisContext context) |
boolean |
AbstractIgnoreExceptionReadListener.hasNext(AnalysisContext context) |
boolean |
AnalysisEventListener.hasNext(AnalysisContext context) |
void |
SyncReadListener.invoke(Object object,
AnalysisContext context) |
void |
AnalysisEventListener.invokeHead(Map<Integer,CellData> headMap,
AnalysisContext context) |
void |
AnalysisEventListener.invokeHeadMap(Map<Integer,String> headMap,
AnalysisContext context)
Returns the header as a map.Override the current method to receive header data.
|
void |
AbstractIgnoreExceptionReadListener.onException(Exception exception,
AnalysisContext context)
All listeners receive this method when any one Listener does an error report.
|
void |
AnalysisEventListener.onException(Exception exception,
AnalysisContext context)
All listeners receive this method when any one Listener does an error report.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ModelBuildEventListener.doAfterAllAnalysed(AnalysisContext context) |
void |
ReadListener.doAfterAllAnalysed(AnalysisContext context)
if have something to do after all analysis
|
boolean |
ReadListener.hasNext(AnalysisContext context)
Verify that there is another piece of data.You can stop the read by returning false
|
void |
ModelBuildEventListener.invoke(Map<Integer,CellData> cellDataMap,
AnalysisContext context) |
void |
ReadListener.invoke(T data,
AnalysisContext context)
When analysis one row trigger invoke function.
|
void |
ModelBuildEventListener.invokeHead(Map<Integer,CellData> cellDataMap,
AnalysisContext context) |
void |
ReadListener.invokeHead(Map<Integer,CellData> headMap,
AnalysisContext context)
When analysis one head row trigger invoke function.
|
void |
ReadListenerRegistryCenter.notifyAfterAllAnalysed(AnalysisContext analysisContext)
Notify after all analysed
|
void |
ReadListenerRegistryCenter.notifyEndOneRow(AnalysisFinishEvent event,
AnalysisContext analysisContext)
Parse one row to notify all event listeners
|
void |
ReadListener.onException(Exception exception,
AnalysisContext context)
All listeners receive this method when any one Listener does an error report.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AbstractReadHolder.notifyAfterAllAnalysed(AnalysisContext analysisContext) |
void |
AbstractReadHolder.notifyEndOneRow(AnalysisFinishEvent event,
AnalysisContext analysisContext) |
Copyright © 2018–2019 Alibaba Group. All rights reserved.