Magicodes.IE icon indicating copy to clipboard operation
Magicodes.IE copied to clipboard

Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html.

Results 204 Magicodes.IE issues
Sort by recently updated
recently updated
newest added

期望的结果应该是报错误 ```csharp [ImporterHeader(Name = "是否为GEO点")] [Required(ErrorMessage = "是否为GEO点不能为空")] [ValueMapping(text: "是", true)] [ValueMapping(text: "否", false)] public bool Geo { get; set; } ```

希望导出的列名能实现多语言功能

enhancement
area-excel

实现IExporterHeaderFilter,定义一个空的,也无效果。 ![image](https://user-images.githubusercontent.com/13105601/167357645-6054fabd-ffd4-4408-9107-21fe57555e16.png)

area-excel
Waiting for Customer

目前版本支持通过Dto的方式将多个数据源按Sheet拆分导出. 但好像不支持多个DataTable的多Sheet导出, ```csharp ExcelExporter.Append(ICollection dataItems, string sheetName = null) ``` 以上接口只支持ICollection ,是否考虑增加DataTable,如: ```csharp ExcelExporter.Append(DataTable dataTable, string sheetName = null) ```

![image](https://user-images.githubusercontent.com/46119806/172121184-0c9b5f41-c773-4c54-8ccb-3621e9d3d3e9.png) 按照示例模板导出,增加合并的固定行名称,导出出现异常 - [√] Magicodes.IE.Excel - [ ] Magicodes.IE.Pdf - [ ] Magicodes.IE.Word - [ ] Magicodes.IE.Csv - [ ] Magicodes.IE.Html - [√] Magicodes.IE.AspNetCore #### package versions Magicodes.IE.Excel 2.6.4 `System.InvalidOperationException:...

Magicodes.IE.Excel中出现了一些不合理的PR代码,需要进行调整。

**Is your feature request related to a problem? Please describe.** IDK how to Export with Template into multiple sheet **Describe the solution you'd like** Add .Append function on IExportFileByTemplate

enhancement
area-excel

var filter = GetFilter(ExcelImporterSettings.ImportHeaderFilter);中的问题。 我想知道一下这个是可以支持注入Service层获取数据的吗?

area-excel
Waiting for Customer

linux上非要安装libgdiplus是一个非常恶心的操作 建议使用ImageSharp等替代库

area-excel