We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug 表格中嵌套表格时,导出报错 HTML content:
2022年10月12日
Expected behavior A clear and concise description of what you expected to happen.
Screenshots
poi-tl-ext version: 0.3.21
poi-tl version: 1.11.1
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
@draco1023 重新建了一个
Sorry, something went wrong.
abeab74
fixes #54 The last element in table cell should be paragraph
73ff8e4
表格的渲染逻辑没有问题,但是docx里要求单元格的最后一个元素必须是段落,请使用0.3.22版本。
0.3.22
666,现在这种嵌套的表格生成word后不报错了;但是有个小问题就是嵌套的表格不显示边框
No branches or pull requests
Describe the bug
表格中嵌套表格时,导出报错
HTML content:
2022年10月12日
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
poi-tl-ext version:
0.3.21
poi-tl version:
1.11.1
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: