easyexcel icon indicating copy to clipboard operation
easyexcel copied to clipboard

填充数据后文本的下标样式丢失

Open lengmianshi opened this issue 6 months ago • 1 comments

模板: image 填充后: image 注意看,grid,CM,y是下标,填充后就不是下标样式了

版本:

<!--excel -->
        <dependency>
            <groupId>org.apache.poi</groupId>
            <artifactId>poi</artifactId>
            <version>5.3.0</version>
        </dependency>
        <dependency>
            <groupId>org.apache.poi</groupId>
            <artifactId>poi-ooxml</artifactId>
            <version>5.3.0</version>
        </dependency>
        <dependency>
            <groupId>org.apache.poi</groupId>
            <artifactId>poi-ooxml-schemas</artifactId>
            <version>4.1.2</version>
        </dependency>
        <dependency>
            <groupId>com.alibaba</groupId>
            <artifactId>easyexcel</artifactId>
            <version>4.0.2</version>
        </dependency>

lengmianshi avatar Aug 14 '24 07:08 lengmianshi