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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug 例如有3行的table,第一个table包含10行信息,第二个table包含1行信息,第三个table包含1行信息.这时候excel模板导出会导致数据错误,第一行的table会合并到第二行的table里面.
The text was updated successfully, but these errors were encountered:
如果可以,麻烦提供模板文件和示例代码,方便我来编写单元测试。
Sorry, something went wrong.
麻烦上传下Demo。
- 【Nuget】版本更新到2.0.0
9c7a99d
- 【导出】Excel模板导出修复多个Table渲染以及合并单元格渲染的问题,具体见单元测试“ExportByTemplate_Test1”。问题见(<https://github.com/dotnetcore/Magicodes.IE/issues/34>)。 - 【导出】完善模板导出的单元测试,针对导出结果添加渲染检查,确保所有单元格均已渲染。
xin-lai
No branches or pull requests
Describe the bug
例如有3行的table,第一个table包含10行信息,第二个table包含1行信息,第三个table包含1行信息.这时候excel模板导出会导致数据错误,第一行的table会合并到第二行的table里面.
The text was updated successfully, but these errors were encountered: