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

Style problem

JHeLiu opened this issue · comments

Hello, does the library support the table style? Such as background color or font color or font type and so on

No. You have to work with NPOI API to do that via mapper.Workbook property. Or create your own workbook and use it to create a mapper.

Okay thank you