Tutorials on how to manipulate excel programmaticallyhttp://forums.asp.net/t/1664398.aspx/1?Tutorials+on+how+to+manipulate+excel+programmaticallyFri, 18 Mar 2011 16:25:33 -040016643984347324http://forums.asp.net/p/1664398/4347324.aspx/1?Tutorials+on+how+to+manipulate+excel+programmaticallyTutorials on how to manipulate excel programmatically <p>Hi everyone,</p> <p>I have done several projects using excel files but i think my approach is not a good way to do it. I use excel using interop and import the name space like this: <span size="2" color="#0000ff" style="color:#0000ff; font-size:x-small"></span></p> <p><span size="2" color="#0000ff" style="color:#0000ff; font-size:x-small"><span size="2" color="#0000ff" style="color:#0000ff; font-size:x-small"></p> <p>Imports<span></span><span></span><span size="2" style="font-size:x-small"> Excel = Microsoft.Office.Interop.Excel</span></p> </span></span><span size="2" style="font-size:x-small"></span> <p></p> <p>I have done this in my last project where they give me an excel template. What i did is to supply that excel with the corresponding data. </p> <p>Although i can read/write in the excel file programmatically by manipulating each every cells, i think this approach is not a good one. We use this for our reporting by the way.</p> <p>Do you have any idea on how to do this much better?</p> <p></p> <p><span size="2" color="#0000ff" style="color:#0000ff; font-size:x-small"><span size="2" color="#0000ff" style="color:#0000ff; font-size:x-small"></p> <p>Imports <span></span><span></span><span></span><span size="2" style="font-size:x-small">System.Runtime.InteropServices.Marshal</span></p> </span></span> <p></p> 2011-03-18T01:20:22-04:004348486http://forums.asp.net/p/1664398/4348486.aspx/1?Re+Tutorials+on+how+to+manipulate+excel+programmaticallyRe: Tutorials on how to manipulate excel programmatically <p>Hi,<br> <br> Better Use OpenXml<br> <br> http://msdn.microsoft.com/en-us/office/ee358824<br> <br> video tutotial in above link</p> 2011-03-18T16:25:33-04:00