-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
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
渲染这段html时报错,数组越界 #75
Comments
|
请使用 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Evaluation Warning : The document was created with Spire.XLS for Java
下面是报错信息
Caused by: java.lang.ArrayIndexOutOfBoundsException: 8
at org.ddr.poi.html.tag.TableRenderer.renderStart(TableRenderer.java:284) ~[poi-tl-ext-0.4.4-poi5.jar:na]
at org.ddr.poi.html.HtmlRenderContext.renderElement(HtmlRenderContext.java:1307) ~[poi-tl-ext-0.4.4-poi5.jar:na]
at org.ddr.poi.html.HtmlRenderContext.renderNode(HtmlRenderContext.java:1230) ~[poi-tl-ext-0.4.4-poi5.jar:na]
at org.ddr.poi.html.HtmlRenderContext.renderDocument(HtmlRenderContext.java:1221) ~[poi-tl-ext-0.4.4-poi5.jar:na]
at org.ddr.poi.html.HtmlRenderPolicy.doRender(HtmlRenderPolicy.java:160) ~[poi-tl-ext-0.4.4-poi5.jar:na]
at com.deepoove.poi.policy.AbstractRenderPolicy.render(AbstractRenderPolicy.java:66) ~[poi-tl-1.12.1.jar:na]
... 158 common frames omitted
The text was updated successfully, but these errors were encountered: