Posts Tagged ‘Excel’
Microsoft Office Automation in C# with Early Binding and Late Binding
Thursday, June 30, 2011 11:07 No CommentsIf you want to automate tasks for Microsoft Office applications, for example in Microsoft Word or Microsoft Excel, you can do so from C#. You will have to choose though, if you want use Early Binding or Late Binding. This sample shows you how you can use both Early- and Late Binding for Office Automation [...]
