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
eec版本:0.5.19
The text was updated successfully, but these errors were encountered:
点击修复后,带图片的sheet2内容都消失掉了
Sorry, something went wrong.
可能由自定义WorksheetWriter导致,可删除自定义WorksheetWriter使用EEC包内的Writer或者参考包内Writer尤其是writeAfter方法,低版本Office有更严格的要求,不同组件组件必须放置正确的位置上才可以,高版本Office则具有更好的兼容性。
writeAfter
示例中包含Validation和图片两个组件,Validation需要放置在图片的前面,否则低版本Office将产生兼容性问题。
No branches or pull requests
eec版本:0.5.19
The text was updated successfully, but these errors were encountered: