Git Product home page Git Product logo

Comments (8)

liaochong avatar liaochong commented on May 24, 2024

from myexcel.

lcgyl avatar lcgyl commented on May 24, 2024

目前使用的是

<dependency>
            <groupId>com.github.liaochong</groupId>
            <artifactId>myexcel</artifactId>
            <version>4.3.2</version>
            <exclusions>
                <exclusion>
                    <groupId>org.apache.poi</groupId>
                    <artifactId>poi-ooxml-schemas</artifactId>
                </exclusion>
            </exclusions>
        </dependency>

from myexcel.

liaochong avatar liaochong commented on May 24, 2024

from myexcel.

lcgyl avatar lcgyl commented on May 24, 2024

image
这个是被覆盖的实际导出效果

from myexcel.

lcgyl avatar lcgyl commented on May 24, 2024

image
但是选中图片,看起来好像又是对的,但是就是被覆盖了

from myexcel.

lcgyl avatar lcgyl commented on May 24, 2024

image
这个是我使用的excel 版本

from myexcel.

lcgyl avatar lcgyl commented on May 24, 2024

同时发现了一个多sheet模版导出合并单元格的新问题
复现模版+数据:

datas.zip

复现步骤:

  1. 注释一下代码
    image
  2. 打开以下代码
    image
    使用相同的数据导出,在第二个sheet页出现了行混乱和合并错误问题

正常的格式:
image
异常的格式:
image

from myexcel.

lcgyl avatar lcgyl commented on May 24, 2024

而且模版中设置的宽度也不生效了

from myexcel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.