C# office integration
-
hi i want to know the different ways of interfacing with MS Office. Any and all kind of interfacing - whether it is through CSV files, object intereaction, anything else please do suggest me or give me some inputs....
-
hi i want to know the different ways of interfacing with MS Office. Any and all kind of interfacing - whether it is through CSV files, object intereaction, anything else please do suggest me or give me some inputs....
-
hi i want to know the different ways of interfacing with MS Office. Any and all kind of interfacing - whether it is through CSV files, object intereaction, anything else please do suggest me or give me some inputs....
Check out the Visual Studio Tools for Office (VSTO). I've automated an excel spreadsheet to retrieve information from a database and perform automatic calculations/autoformat/etc. Eric Carter and Eric Lippert wrote a great book on it in the Microsoft .NET development series.
-
hi i want to know the different ways of interfacing with MS Office. Any and all kind of interfacing - whether it is through CSV files, object intereaction, anything else please do suggest me or give me some inputs....
You can also use ODBC connections against Excel files or third party software like Aspose as well.