| 程序包 | 说明 |
|---|---|
| org.ttzero.excel.entity | |
| org.ttzero.excel.reader |
| 限定符和类型 | 字段和说明 |
|---|---|
Comment |
Column.cellComment
表头批注
|
Comment |
Column.headerComment
表头批注
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected Map<Long,Comment> |
TemplateSheet.comments0
缓存源文件批注
Key: 坐标 Value:批注
|
| 限定符和类型 | 方法和说明 |
|---|---|
Comment |
Comment.setHeight(Double height) |
Comment |
Comment.setTitle(String title) |
Comment |
Comment.setTitle(String title,
Font titleFont) |
Comment |
Comment.setTitleFont(Font titleFont) |
Comment |
Comment.setValue(String value) |
Comment |
Comment.setValue(String value,
Font valueFont) |
Comment |
Comment.setValueFont(Font valueFont) |
Comment |
Comment.setWidth(Double width) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Map<Long,Comment> |
Comments.parseComments(InputStream commentEntry,
InputStream vmlEntry)
解析批注
|
| 限定符和类型 | 方法和说明 |
|---|---|
Comments.C |
Comments.addComment(int row,
int col,
Comment comment)
在指定单元格添加批注
|
Comments.C |
Comments.addComment(String ref,
Comment comment)
添加评论到指定的单元格位置
|
Column |
Column.setHeaderComment(Comment headerComment)
设置表头批注
|
| 限定符和类型 | 方法和说明 |
|---|---|
Map<Long,Comment> |
FullSheet.getComments()
获取批注
|
Copyright © 2025. All rights reserved.