B beachboy Mar 20, 2006 #1 Hello all, any FREE solution for export data into excel file? Thanks in advanced.
S scott blood Mar 20, 2006 #2 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
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
J JH Mar 20, 2006 #3 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
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
J Jason Hales Mar 20, 2006 #4 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
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