标准比对导出bug修复 + 法规清单查询修复

This commit is contained in:
yuezhihang
2021-12-23 14:20:25 +08:00
parent ce45170582
commit cb471942cb
4 changed files with 4 additions and 6 deletions
@@ -30,6 +30,7 @@ public class ConvertHtml2Excel {
List<CrossRangeCellMeta> crossRowEleMetaLs = new ArrayList<CrossRangeCellMeta>();
int rowIndex = 0;
try {
tableHtml=tableHtml.replaceAll("\''","\'");
Document data = DocumentHelper.parseText(tableHtml);
HSSFCellStyle contentStyle = getContentStyle(wb);
// 生成表头