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

columnStyle

tommywanggit opened this issue · comments

How to set style(example:boder) for everyone column?now,I can set header boderstype=thin

we don't support cell style directly, basically, this tool is only working with data.
However, you can work with NPOI APIs by mapper.Workbook property.