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

因为有些场景就是简单的获取不同导入excel的内容,类似列动态导入,我看很多EXCEL库都是支持EXCEL导入转成datatable的

area-excel

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

area-excel
Waiting for Customer

### 版本 Magicodes.IE.Excel 2.5.6.3 ### 导入数据 ### Dto定义 ``` public class TestDto { [ImporterHeader(Name ="创建时间")] public DateTime CreatedOn { get; set; } [ImporterHeader(Name = "修改时间")] public DateTime ModifiedOn { get;...

bug
area-excel

或者有无将不同排版方向的word文件合并为一个文件的方法

area-word

列头动态的,比如列1 列2 列3这样子,用一个数组之类的去放就好了;下面数据也对应 渲染表达式: {{[fieldArr]}} 单元格则是:{{Table>xxx||[fildArr]}} 这样的话客户的一些需求就能满足了

area-excel

目前的做法是,用户导入Excel,有验证错误数据时,会把错误标注Excel输出到客户端。 用户直接在Excel中修改数据,当用户输入正确数据后,是否可以自动删除错误标注

area-excel

通过ImportSameSheets方法执行多Sheet导入解析的时候,若存在合并行,其余行的数据为null。 通过Import方法导入单个Sheet时,被合并的行在list的每一个元素中都有值。 这里请问有没有方法来进行处理。 格式如下 ![image](https://user-images.githubusercontent.com/49092460/137419029-628965fc-f874-41b5-8c1d-be95ffa575fa.png)

area-excel

使用场景:针对多个不同结构的导入EXCEL,它们有相同的列名,也有各自特有的列名。然后定义一个共用的导入DTO,包含所有EXCEL的所有列。 当前如果EXCEL中缺少能与DTO中某些属性匹配的列,则会记录错误。 https://github.com/dotnetcore/Magicodes.IE/blob/dc33a1d260caf8010d31a99434e9cd2cfd3f0c30/src/Magicodes.ExporterAndImporter.Excel/Utility/ImportHelper.cs#L605-L624 是否可以在`ImporterHeaderAttribute`中添加一个属性,用于设置忽略这样的错误。

enhancement
area-excel

是否可以实现对单元格样式的自定义,比如设置字体大小和颜色,背景颜色 使用场景:比如对于不满足目标条件的单元格进行加粗,设置背景色为红色进行显著标识

enhancement