dotnetcore / Magicodes.IE

Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html.
http://docs.dotnet-china.com/Magicodes.IE
MIT License
2.1k stars 481 forks source link

导出数据没有先格式化为模板 #568

Open wuxinheng opened 3 months ago

wuxinheng commented 3 months ago

Is your feature request related to a problem? Please describe. 当我使用我们导出模版时,我看了execl上有美丽的红色字体提示必填枚举类型可以有下拉列表 这样我觉得非常好,但是我直接将数据导出为execl 却没有这个格式上的优化,这让我很痛苦

Describe the solution you'd like 我希望导出为execl时我们的框架可以先构建模板

Describe alternatives you've considered 目前我自己的做法是自己导出模板再遍历数据(现在突然有一种想法,我自己构建模版,构建完毕我在模版中追加数据,稍后我会去尝试)

### Tasks
wuxinheng commented 3 months ago

导出后追加,我其实尝试过这样做,我是遍历数据,结果导出速度太慢