MiniExcel icon indicating copy to clipboard operation
MiniExcel copied to clipboard

您好,请问嵌套模板怎么实现

Open shanxixiaohuozi opened this issue 4 years ago • 2 comments

Excel Type

  • [x] XLSX
  • [ ] XLSM
  • [ ] CSV
  • [ ] OTHER

Upload Excel File

Please attach your issue file by dragging or droppng, selecting or pasting them.

e.g : https://github.com/shps951023/MiniExcel/files/6538107/demo.xlsx

MiniExcel Version

0.17.5

Description

您好,请问下以下效果用模板导出怎么实现,单行的模板已经实现,一行中有某一列是多行数据,这种用模板可以吗

图片

就实现类似图中的功能, 数据结构大概如下 var data=new { Rows=List<Order>(), }; class Order{ public List<Item>Items{get;set;} }

shanxixiaohuozi avatar Nov 09 '21 10:11 shanxixiaohuozi

这个功能能实现么?

qiuyoo avatar May 17 '22 07:05 qiuyoo

I meet this problem today. Is there a solution to solve this issue? image image

therealmgk avatar Oct 08 '22 23:10 therealmgk