emmanuelkhumbudzo / linqtoexcel

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

LinqtoExcel modify excel cell values #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, Thanks for a great Linq provider.

In my xls file, I want to read some date from an EF4 context and write data 
into specific cells. then I want to save the changes. Is that possible?

Original issue reported on code.google.com by sni...@googlemail.com on 2 Jul 2011 at 12:18

GoogleCodeExporter commented 9 years ago
Unfortunately LinqToExcel only reads data, it does not write to spreadsheets. 
Look into using the NPOI project for writing to spreadsheets. 
http://code.google.com/p/npoi/

Original comment by paulyo...@gmail.com on 2 Jul 2011 at 1:58