com.alibaba.excel.read.metadata.holder
接口 ReadHolder
-
- 所有超级接口:
- ConfigurationHolder, Holder
- 所有已知实现类:
- AbstractReadHolder, CsvReadSheetHolder, CsvReadWorkbookHolder, ReadSheetHolder, ReadWorkbookHolder, XlsReadSheetHolder, XlsReadWorkbookHolder, XlsxReadSheetHolder, XlsxReadWorkbookHolder
public interface ReadHolder extends ConfigurationHolder
Get the corresponding Holder- 作者:
- Jiaju Zhuang
-
属性概要
所有方法 实例方法 抽象方法 类型 属性和说明 ExcelReadHeadProperty
excelReadHead
WhatExcelReadHeadProperty
does the currently operated cell need to execute
方法概要
所有方法 实例方法 抽象方法 限定符和类型 方法和说明 ExcelReadHeadProperty
excelReadHeadProperty()
WhatExcelReadHeadProperty
does the currently operated cell need to executeList<ReadListener<?>>
readListenerList()
What handler does the currently operated cell need to execute从接口继承的方法 com.alibaba.excel.metadata.ConfigurationHolder
converterMap, globalConfiguration, isNew
从接口继承的方法 com.alibaba.excel.metadata.Holder
holderType
-
属性详细信息
excelReadHead
ExcelReadHeadProperty excelReadHeadProperty
WhatExcelReadHeadProperty
does the currently operated cell need to execute
方法详细资料
readListenerList
List<ReadListener<?>> readListenerList()
What handler does the currently operated cell need to execute- 返回:
-
Current
ReadListener
excelReadHeadProperty
ExcelReadHeadProperty excelReadHeadProperty()
WhatExcelReadHeadProperty
does the currently operated cell need to execute
Copyright © 2018–2021 Alibaba Group. All rights reserved.