donnytian / Npoi.Mapper

Use this tool to import or export data with Excel file. The tool is a convention based mapper between strong typed object and Excel data via NPOI.
MIT License
599 stars 115 forks source link

表头不固定的时候如何处理导入和导出 #122

Closed nextuntil closed 1 year ago

nextuntil commented 1 year ago

如题。 导出的数据是按时间范围查询的数据列表(比如排班表),表头是相应的时间范围(即表头字段数量不固定)。 如何处理导入和导出呢。 相应的实体无法定义。

donnytian commented 1 year ago

导入的话可以用dynamic 类型, 导出的话必须要先有class定义,没有class定义你导出什么东西呢