From: shapper on 13 May 2010 18:58 Hello, I have an object, Task, with 3 properties: Id (Int32), Name(String) and Created(DateTime). I would like to fill a IList<Task> array from an Excel 2007 file, starting at position (1,1) where the fields are the columns and the rows are each task. The excel file is being uploaded on a web form so I have it in the form of stream. Later I would like to convert the IList<Task> back to an excel file. Does anyone knows how can I do this? Thank You, Miguel
From: Peter Duniho on 13 May 2010 23:35 shapper wrote: > [...] > I would like to fill a IList<Task> array from an Excel 2007 file, > starting at position (1,1) where the fields are the columns and the > rows are each task. > > [...] > Later I would like to convert the IList<Task> back to an excel file. > > Does anyone knows how can I do this? Use the Office interop libraries
|
Pages: 1 Prev: Seriously, who CODES in Linux? What IDE? Seriously. Next: Assembly Name |