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

Put method with overwrite 'True' clears cell styling.

markand911 opened this issue · comments

I have an excel file, using it to populate data for users. The excel file has some cell styling like borders, cell alignments etc.
I am using this lib to populate data, however, I see that once data is populated, the styling is cleared.
I call the Put method with 'overwrite' param set to 'true' to populate the excel sheet.
Is there any workaround or solution to keep styling?