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.
MIT License
589 stars 114 forks source link

How do I export EXCEL enumeration options #110

Open chrisWoo9527 opened 2 years ago

chrisWoo9527 commented 2 years ago

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

chrisWoo9527 commented 2 years ago

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

chrisWoo9527 commented 2 years ago

Thank you very much