技术文章 - CS415792
使用 TextFormatter.formatAsText() 方法将 wiki 文本导出到 Excel 会在 Codebeamer 中添加意外的空格和传输标点符号
已修改: 09-May-2024
适用于
- Codebeamer 22.10 to 2.1
说明
- 将 Tracker.Items 导出到 excel 时,Wikitext 字段内容中的格式字符串可见,例如在描述字段中,这些字符串没有用,而且难以阅读
- 使用自定义 Excel 模板,表达式为
${StringUtils:abbreviate(textFormatter.formatAsText(it.description, it.descriptionFormat, request, it),1000)}例如 - 导出的 Excel 文件中意外添加了空格,并且“”已转换为“"”
这是文章 415792 的 PDF 版本,可能已过期。最新版本 CS415792