Magicodes.IE
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.
例如这个UserEntity实体,里面嵌套有单位实体,如果我想连单位实体的 ACCOUNT 这个字段也导出,希望平台可以考虑支持。 /// /// 用户 /// public class UserEntity: { /// /// 账号 /// [ExporterHeaderAttribute(DisplayName = "账号")] public string UserName { get; set; } /// /// 单位信息 /// public...
现在是根据Dto及对应属性控制导入,是否能支持根据配置信息导入,如根据配置JSON文件导入到DataTable。目前张队长已实现基于DataTable的导出。
建议增加在导出excel,能传递参数设置需要导出字段列表,根据字段列表导出excel
比如表头单元格有斜线或者合并单元格  
## 问题 作为运维人员,往往不清楚DTO的构成 ## 预期 此时如果能通过DTO导出一张 字段名-描述 的文档样例表,将使得模板的编写更为流畅。 ## 解决方案 反射后端输入的模型,获取其所有可用的字段并生成样表 ## 其他事项 例如 原数据 - Student - BaseInfo - ClassInfo - BaseInfo - Name - Gender - Age -...
希望能支持表头和内容文字的颜色设置 
目前的代码提交情况,导致我们在一些紧急情况下发版本或者进行修改代码无法顺利发版. 在一些功能未完善的功能或者错误情况下严重的也影响我们 The current code submission situation affects the issue of the version or the modification of the code in some emergency situations. Some imperfect functions or errors seriously affect...