gpt4 book ai didi

java - 使用 JExcelApi 检测单元格中的删除线文本

转载 作者:行者123 更新时间:2023-12-01 16:08:42 24 4
gpt4 key购买 nike

我需要检测单元格内的文本是否被删除。我正在使用这个:

Cell cc = sheet.getCell("B1");
CellFormat format = cc.getCellFormat();
System.out.println(format.getFont().isStruckout());

但我记得我在某处读到 CellFormat 已弃用,应使用 CellFeatures 代替。如何使用 CellFeatures 找出文本是否被删除?

最佳答案

不知何故,我认为这不是真的(但请引用您的来源),因为 CellFormat 和 CellFeatures 实际上没有任何共同点。

也许您认为 jxl.CellFormat 已被弃用,取而代之的是 jxl.format.CellFormat?

关于java - 使用 JExcelApi 检测单元格中的删除线文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2013092/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com