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

Cached custom styles (ICellStyle) should belong to certain workbook

donnytian opened this issue · comments

In MapHelper.cs, there is a static list to contains cached custom styles. In an multi-thread scenario, styles will be messed by different workbooks.

We should cache these styles as instance property.