Browse Source

修复shardString里面多个<si>

<r>
                       <rPr>
                         <sz val="10"/>
                         <rFont val="微软雅黑"/>
                         <family val="2"/>
                         <charset val="134"/>
                       </rPr>
                       <t>1</t>
                     </r>
                     <r>
                       <rPr>
                         <sz val="10"/>
                         <rFont val="宋体"/>
                         <family val="3"/>
                         <charset val="134"/>
                       </rPr>
                       <t>9.9</t>
                     </r>
                   </si>
                   包含多个<t/>的情况
bugfix
jipengfei.jpf 6 years ago
parent
commit
4c2dee7e4a
  1. 2
      pom.xml

2
pom.xml

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba</groupId> <groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId> <artifactId>easyexcel</artifactId>
<version>1.0.2-bugfix</version> <version>1.0.3</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>easyexcel</name> <name>easyexcel</name>
<description>easyexcel is a excel handle tools written in Java</description> <description>easyexcel is a excel handle tools written in Java</description>

Loading…
Cancel
Save