I'm using [FileHelpers library][1]
[1]: http://www.filehelpers.com/ to process Excel spreadsheet and CSV file.
FileHelpers require user to generate a class in order to extract the data out of the spreadsheet that is mapped exactly as the data on the spreadsheet. It come with a wonderful wizard to generate the class without manually typing it. However, I want to eliminate this process and have the user to type in the field that they want and automatically generate the class for the program to use.
Is it possible to dynamically generate a class and use it during application run time?