| 程序包 | 说明 |
|---|---|
| org.ttzero.excel.entity | |
| org.ttzero.excel.entity.e7 | |
| org.ttzero.excel.manager |
| 限定符和类型 | 方法和说明 |
|---|---|
Relationship |
Relationship.clone() |
Relationship |
Sheet.findRel(String key)
通过相对位置模糊匹配查找关联关系
|
Relationship |
Relationship.setId(String id) |
Relationship |
Relationship.setTarget(String target) |
Relationship |
Relationship.setTargetMode(String targetMode) |
Relationship |
Relationship.setType(String type) |
| 限定符和类型 | 方法和说明 |
|---|---|
Workbook |
Workbook.addContentTypeRel(Relationship rel)
添加ContentType关系,一般情况下开发者不需要关心
|
Sheet |
Sheet.addRel(Relationship rel)
添加关联,当工作表需要引入其它资源时必须将其添加进关联关系中,关联关系由
RelManager管理。 |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ContentType.addRel(Relationship rel) |
| 限定符和类型 | 方法和说明 |
|---|---|
Relationship |
RelManager.add(Relationship rel) |
Relationship |
RelManager.getById(String id) |
Relationship |
RelManager.getByTarget(String target) |
Relationship |
RelManager.getByType(String type) |
Relationship |
RelManager.likeByTarget(String target) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Relationship> |
RelManager.getAllByTypes(String... types) |
| 限定符和类型 | 方法和说明 |
|---|---|
Relationship |
RelManager.add(Relationship rel) |
static RelManager |
RelManager.of(Relationship... relationships) |
Copyright © 2024. All rights reserved.