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

### I'm seeing this behaviour on _Remove this hint: these checkboxes can be checked like this: [x]_ - [x] Magicodes.IE.Excel #### package versions Magicodes.IE.Excel 2.7.5.1 导出 Excel 时,如何根据设置的 ValueMapping,进行字符串匹配的 Mapping,...

### Expected behaviour ### Actual behaviour DTO是DateOnly类型,导入是一个标准的日期,报错 Object of type 'System.Double' cannot be converted to type 'System.Nullable`1[System.DateOnly]' ,我把DTO改为字符串后发现一串数字,后面改为 DateTime就没问题了 - Magicodes.IE.Excel #### package versions Example: Magicodes.IE.Excel 2.7.5.2 ![image](https://github.com/user-attachments/assets/97ff43be-e64d-48d6-a0b3-6a9ee3dcbe23)

excel想要让列之间下拉联动

Excel模板导出之动态导出 ExportByTemplate 部署到 服务器 IIS 运行报错: 访问路径模板文件被拒绝 Excel模板导出之动态导出 ExportByTemplate 部署到 服务器 IIS 运行报错: 访问路径模板文件被拒绝 Excel模板导出之动态导出 ExportByTemplate 部署到 服务器 IIS 运行报错: 访问路径模板文件被拒绝 ![企业微信截图_20241119103249](https://github.com/user-attachments/assets/2b1c2a4a-4030-447a-852b-0b75d65b52d5) ![企业微信截图_20241119103336](https://github.com/user-attachments/assets/4e71c1fc-a807-44e3-8f29-dfb86f5d0c61)

Expected behaviour 1.csv文件跟execl预期结构一致 Actual behaviour 1.csv导入除了string外,其他结构均无法转化成功会报错 2.csv导入解析后均为空字符串,不为空 I'm seeing this behaviour on [√] Magicodes.IE.Excel [√] Magicodes.IE.Csv [√ ] Magicodes.IE.Core package versions Example: Magicodes.IE.Excel 2.7.4.5, Magicodes.IE.Core 2.7.4.5 ,Magicodes.IE.Csv 2.7.4.5 So how...

### Expected behaviour 版本是2.7.5.2,参看以下截图,第二行是空行,这会导致返回的错误文件提示串行,第一列的错误提示应该是41至45行,错误地提示到了40-44行,第三列箭头指向的错误提示应该是43行的,错误地提示到了42行 ![image](https://github.com/user-attachments/assets/e0d355c2-20d3-4e52-b247-5fb0425f3bf6) 用的导入方法是: ![image](https://github.com/user-attachments/assets/2cf468fd-aca9-46a4-b473-2d843a669b69) ### Actual behaviour Tell us what happens instead. Provide a log message if relevant. ### I'm seeing this behaviour on _Remove this hint:...

### Expected behaviour Excel模板本身有图片时,导出文件会调整原图片所在的行高,现在是把我的图片所在行的行高变小了。期望是不要调整模板里面本身图片所在行的行高。 ### Actual behaviour ![5e37224dfc549d27a3978e0ae966972](https://github.com/user-attachments/assets/10df8c04-d319-4395-b102-660ac5d2fb04) ### I'm seeing this behaviour on - [x] Magicodes.IE.Excel - [ ] Magicodes.IE.Pdf - [ ] Magicodes.IE.Word - [ ] Magicodes.IE.Csv -...

### Expected behaviour 通过magicodes.ie生成一个execl模板,模板一个枚举为非空必填。 execl文件枚举字段为空,导入模板数据报错。 ![image](https://github.com/user-attachments/assets/4f085e70-5d3c-4aff-824c-8c354c615fa2) ### Actual behaviour Tell us what happens instead. Provide a log message if relevant. ### I'm seeing this behaviour on _Remove this hint: these...

请问如果我想根据创建的类,然后导出一个空的模板,需要怎么做呢?

![Image](https://github.com/user-attachments/assets/d7c6bfee-fdc7-4c47-a355-1644fee29a76) 导出模板如下 如果数据少的话导出是正常的 ![Image](https://github.com/user-attachments/assets/eb09344d-5db1-4d3a-a368-5595596bfd36) 如果数据多的话 ![Image](https://github.com/user-attachments/assets/dbf44fd0-35b8-4802-ad4c-f24df0be5b42) 模型如下 public class ChangeReportExportDto { public List Details { get; set; } public List SummaryDtos { get; set; } public string StartDay1 { get;...