运行的同样的代码为什么我的表格会突然变成这样子,另外一个是正常的
不正常表格:
正常表格:
代码中没有看出来任何问题
@Override
public int replacing(ReplacingArgs args) throws Exception {
// 获取文档对象
Document doc = (Document) args.getMatchNode().getDocument();
…...getDocument(); DocumentBuilder builder = new DocumentBuilder(doc); // 打印捕获的内容...List<Double> columnWidths = new ArrayList<>(); if (headers !=...