| 程序包 | 说明 |
|---|---|
| org.ttzero.excel.entity | |
| org.ttzero.excel.reader |
| 限定符和类型 | 方法和说明 |
|---|---|
protected ListSheet.EntryColumn |
ListSheet.createColumn(AccessibleObject ao)
创建列信息,默认解析@Comment注解,支持自定义注解
|
protected ListSheet.EntryColumn |
ListSheet.createColumnByAnnotation(ExcelColumn ec)
解析@ExcelColumn注解并创建表头
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected ListSheet.EntryColumn[] |
HeaderRow.columns |
| 限定符和类型 | 方法和说明 |
|---|---|
protected ListSheet.EntryColumn |
HeaderRow.createColumn(AccessibleObject ao)
Create column from
ExcelColumn annotation
Override the method to extend custom comments |
protected ListSheet.EntryColumn |
HeaderRow.createColumnByAnnotation(Annotation anno)
Create column by
ExcelColumn annotation |
protected ListSheet.EntryColumn[] |
HeaderRow.getColumns() |
Copyright © 2025. All rights reserved.