public interface CommentExcelProcessor extends Immutable
限定符和类型 | 字段和说明 |
---|---|
static int |
CURRENT_LEVEL |
static java.lang.String |
MARK_STRING |
DEFAULT_LAYER_INDEX
限定符和类型 | 方法和说明 |
---|---|
void |
addCellComment(com.fr.third.v2.org.apache.poi.ss.usermodel.Sheet excelReport,
ElementCase cptReport,
com.fr.third.v2.org.apache.poi.ss.usermodel.Drawing patr)
遍历报表, 将cpt中控件同一行前面的格子加上Json格式批注, 插入到Excel中
|
void |
convertCommentToTooltip(CellElement cellElement,
com.fr.third.v2.org.apache.poi.ss.usermodel.Cell cell)
将Excel中的单元格批注转换为cpt中的单元格提示.
|
boolean |
importExcelMatchComment(ECReport excelReport,
WriteECReport curReport)
已过时。
|
boolean |
importExcelMatchComment(ECReport excelReport,
WriteECReport curReport,
FineBook fineBook)
导入Excel匹配批注
|
currentAPILevel
layerIndex
static final java.lang.String MARK_STRING
static final int CURRENT_LEVEL
void addCellComment(com.fr.third.v2.org.apache.poi.ss.usermodel.Sheet excelReport, ElementCase cptReport, com.fr.third.v2.org.apache.poi.ss.usermodel.Drawing patr)
cptReport
- 原始cpt表excelReport
- excel表patr
- 绘图笔void convertCommentToTooltip(CellElement cellElement, com.fr.third.v2.org.apache.poi.ss.usermodel.Cell cell)
cell
- Excel中的单元格cellElement
- Cpt中的单元格boolean importExcelMatchComment(ECReport excelReport, WriteECReport curReport, FineBook fineBook)
excelReport
- 当前Excel报表curReport
- 当前Cpt报表fineBook
- 当前finebookboolean importExcelMatchComment(ECReport excelReport, WriteECReport curReport)