liaochong / myexcel

MyExcel, a new way to operate excel!
https://github.com/liaochong/myexcel/wiki
Apache License 2.0
1.66k stars 325 forks source link

希望图片能够居中 #402

Open lcgyl opened 1 year ago

lcgyl commented 1 year ago

Bug描述 目前通过模版导出数据的图片老是会覆盖掉左上两条变线,希望能够支持或者有没有办法给搞到居中去

期望的结果 希望能够支持

liaochong commented 1 year ago

哪个版本?

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: Samantha Hayes @.> 发送时间: 2023年10月20日 17:40 收件人: liaochong/myexcel @.> 抄送: Subscribed @.***> 主题: Re: [liaochong/myexcel] 希望图片能够居中 (Issue #402)

Bug描述 目前通过模版导出数据的图片老是会覆盖掉左上两条变线,希望能够支持或者有没有办法给搞到居中去

期望的结果 希望能够支持

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

lcgyl commented 1 year ago

目前使用的是

<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>
liaochong commented 1 year ago

这个版本导出图片应该不会覆盖,会对左边的线保留一两个像素的距离

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: Samantha Hayes @.> 发送时间: 2023年10月21日 09:31 收件人: liaochong/myexcel @.> 抄送: 清沐 @.>, Comment @.> 主题: Re: [liaochong/myexcel] 希望图片能够居中 (Issue #402)

目前使用的是 <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>
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

lcgyl commented 1 year ago

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

lcgyl commented 1 year ago

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

lcgyl commented 1 year ago

image 这个是我使用的excel 版本

lcgyl commented 1 year ago

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

datas.zip

复现步骤:

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

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

lcgyl commented 1 year ago

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