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

sheetStrategy(SheetStrategy.ONE_SHEET)无效 #359

Closed parson1 closed 2 years ago

parson1 commented 2 years ago

Bug描述 html字符串中有多个table,使用sheetStrategy(SheetStrategy.ONE_SHEET)之后虽然只保留了一个sheet,但是内容没有进行合并 image

版本 4.0.1

期望的结果 多个table可以正常导出到一个sheet中

liaochong commented 2 years ago

你指的内容合并是什么意思?目前这种形式,应该有两个table 在一个sheet 中吧

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: KevinPan1992 @.> 发送时间: 2022年3月23日 18:06 收件人: liaochong/myexcel @.> 抄送: Subscribed @.***> 主题: Re: [liaochong/myexcel] sheetStrategy(SheetStrategy.ONE_SHEET)无效 (Issue #359)

Bug描述 html字符串中有多个table,使用sheetStrategy(SheetStrategy.ONE_SHEET)之后虽然只保留了一个sheet,但是内容没有进行合并

版本 4.0.1

期望的结果 多个table可以正常导出到一个sheet中

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

parson1 commented 2 years ago

你指的内容合并是什么意思?目前这种形式,应该有两个table 在一个sheet 中吧 发自我的iPhone ------------------ 原始邮件 ------------------ 发件人: KevinPan1992 @.> 发送时间: 2022年3月23日 18:06 收件人: liaochong/myexcel @.> 抄送: Subscribed @.> 主题: Re: [liaochong/myexcel] sheetStrategy(SheetStrategy.ONE_SHEET)无效 (Issue #359) Bug描述 html字符串中有多个table,使用sheetStrategy(SheetStrategy.ONE_SHEET)之后虽然只保留了一个sheet,但是内容没有进行合并 版本 4.0.1 期望的结果 多个table可以正常导出到一个sheet中 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.>

只有第二个table的内容

parson1 commented 2 years ago

你指的内容合并是什么意思?目前这种形式,应该有两个table 在一个sheet 中吧 发自我的iPhone ------------------ 原始邮件 ------------------ 发件人: KevinPan1992 @.> 发送时间: 2022年3月23日 18:06 收件人: liaochong/myexcel @.> 抄送: Subscribed @.> 主题: Re: [liaochong/myexcel] sheetStrategy(SheetStrategy.ONE_SHEET)无效 (Issue #359) Bug描述 html字符串中有多个table,使用sheetStrategy(SheetStrategy.ONE_SHEET)之后虽然只保留了一个sheet,但是内容没有进行合并 版本 4.0.1 期望的结果 多个table可以正常导出到一个sheet中 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.>

image

liaochong commented 2 years ago

4.0.2版本修复,已发布