waleskim / linqtoexcel

Automatically exported from code.google.com/p/linqtoexcel
0 stars 0 forks source link

Optimize reading data from excel #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Create a dynamic method to read data from the datareader and populate the 
results. The current solution involves multiple if statements for each 
property that is being set. A dynamic method will get read of all the if 
statements per property.

Example
http://www.codeproject.com/KB/database/DynamicMethod_ILGenerator.aspx

Original issue reported on code.google.com by paulyo...@gmail.com on 6 May 2010 at 2:56

GoogleCodeExporter commented 9 years ago
Not going to implement this feature because it's not worth the time investment. 
Developers wouldn't be using spreadsheets if they are concerned about reading 
data as fast as possible.

Original comment by paulyo...@gmail.com on 23 May 2011 at 4:26