Groups | Blog | Home
all groups > c# > march 2006 >

c# : export to excel


JH
3/20/2006 8:38:32 AM
Are you wanting to start up Excel and write to cells? If so you can
use the Office XP Primary Interop Assemblies.

Add a reference to Microsoft.Office.Interop.Excel.dll and use the
Worksheet.Cells[row, col].Value2 property. But it is very slow!

Yuo might want to look at the new Visual Studio 2005 Tools for the
Microsoft Office System which allow server side components
Jason Hales
3/20/2006 8:43:38 AM
Are you wanting to start up Excel and write to cells? If so you can
use the Office XP Primary Interop Assemblies.

Add a reference to Microsoft.Office.Interop.Excel.dll and use the
Worksheet.Cells[row, col].Value2 property. But it is very slow!

Yuo might want to look at the new Visual Studio 2005 Tools for the
Microsoft Office System which allow server side components
scott blood
3/20/2006 4:33:25 PM
Hello,

You could try http://www.codeproject.com/csharp/export2excel.asp.

There are also many other articles on the net and on codeproject that show
how to do this. Remember, google is an amazing tool.

Regards
Scott Blood
C# Developer

[quoted text, click to view]

beachboy
3/20/2006 10:17:49 PM
Hello all,

any FREE solution for export data into excel file?

Thanks in advanced.

AddThis Social Bookmark Button