MiniExcel
MiniExcel copied to clipboard
您好,请问嵌套模板怎么实现
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;} }
这个功能能实现么?
I meet this problem today. Is there a solution to solve this issue?
