| 程序包 | 说明 |
|---|---|
| org.ttzero.excel.entity |
| 限定符和类型 | 字段和说明 |
|---|---|
List<Comments.C> |
Comments.commentList
Comments Cache
|
| 限定符和类型 | 方法和说明 |
|---|---|
Comments.C |
Comments.addComment(int row,
int col,
Comment comment)
在指定单元格添加批注
|
Comments.C |
Comments.addComment(int row,
int col,
String value)
在指定行列添加批注
|
Comments.C |
Comments.addComment(int row,
int col,
String title,
String value)
在指定单元格添加批注
|
Comments.C |
Comments.addComment(String ref,
Comment comment)
添加评论到指定的单元格位置
|
Comments.C |
Comments.addComment(String ref,
String title,
String value)
添加评论到指定的单元格位置
|
Copyright © 2025. All rights reserved.