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

How do I export EXCEL enumeration options

chrisWoo9527 opened this issue · comments

commented
How do I export EXCEL enumeration options
commented

Customize an entity
One of the fields is an enumeration type, such that the field name is the state, where the enumeration value is valid and invalid.
Can Excel automatically map enumeration into the Excel drop - down options

commented

For example, in the import data, you can make sure that the dictionary entry of the field in Excel is correct. thank you

commented

Thank you very much