Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
修改单元格占多行多列时导出报错的问题
可复现软件版本
可复现问题资源
Bug问题:当一个单元格占多行多列时,导出表格标注时将原始html转换为标签格式时报错
当一个单元格占多行多列时,该单元格所处的行列表信息是 ['td', ' colspan=2 rowspan=2', None, 'td']
代码处理' colspan=2 rowspan=2' 元素时报错。
截取数值内容不对,int类型转化时报错
Bug修复
Bug验证
使用问题图片重新导出正常。