Skip to content

ExportByTemplate 导出数据列表 超出3条就会错乱 #617

Description

@porter2019

net10, Magicodes.IE.Excel版本:2.8.4,运行在docker环境中

这是模板:

Image

实体定义结构大概如下:

public List DataList { get; set; }
public List FlowHistoryList { get; set; }
public object Ext1 { get; set; }
public object Ext2 { get; set; }
public object Ext3 { get; set; }
Ext4 。。。

正常情况下:

Image

DataList中数据超过4条后开始异常

Image

数据超过5条,下面的列表也开始乱了

Image

非常奇怪,之前只有一个DataList需要循环导出的时候没问题,多一个列表就出现这种情况

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-excelexcelbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions