qrpcode / wordgo

WordGO - 让Java生成word文档更容易 / Making it easier for Java to generate word documents
https://wordgo.cc
Apache License 2.0
240 stars 47 forks source link

插入图片报错 #6

Closed memorytocode closed 3 years ago

memorytocode commented 3 years ago

java.lang.RuntimeException: java.lang.StringIndexOutOfBoundsException: String index out of range: -1

at java.lang.String.substring(String.java:1927) at com.github.qrpcode.util.StrUtil.getImgFormat(StrUtil.java:378) at com.github.qrpcode.util.IoUtil.newImgAdd(IoUtil.java:155)

memorytocode commented 3 years ago

已解决了,哈哈