Closed GoogleCodeExporter closed 8 years ago
For any query in LinqToExcel, it retrieves all the data from the spreadsheet
right away and puts it into a list, and then it casts it back to an IEnumerable
since the LINQ provider requires IEnumerable.
I made this design choice because it would take a lot more work to make it
truly IEnumerable, and if a project is truly concerned about performance, it
shouldn't be reading data from a spreadsheet to begin with. It should be using
a database.
I would love to truly make it IEnumerable, so please send a pull request with
code changes if you have the time.
Original comment by paulyo...@gmail.com
on 15 Jun 2012 at 11:52
Original issue reported on code.google.com by
a.shakr...@gmail.com
on 21 May 2012 at 10:29