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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

请问支持导出合并单元格的EXCEL么?

nextuntil opened this issue · comments

如题。

In order to export data in a merged cell, either pass in a pre-formatted workbook(with desired merged cells) for mapper's constructor, or use NPOI API to format mapper.Workbook after you Put() the data.

In order to export data in a merged cell, either pass in a pre-formatted workbook(with desired merged cells) for mapper's constructor, or use NPOI API to format mapper.Workbook after you Put() the data.

3Q,目前也是自己先处理好合并单元格然后再Put的。