dotnetcore / dotnetcore/Magicodes.IE
多个DataTable的多Sheet导出
Open
- Dominant language
- C#
- Stars
- 2.2k
- Forks
- 495
- PR merge metrics
- No merged PRs in 30d
Description
目前版本支持通过Dto的方式将多个数据源按Sheet拆分导出.
但好像不支持多个DataTable的多Sheet导出,
```csharp
ExcelExporter.Append(ICollection dataItems, string sheetName = null)
```
以上接口只支持ICollection ,是否考虑增加DataTable,如:
```csharp
ExcelExporter.Append(DataTable dataTable, string sheetName = null)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.