Stories recently tagged with 'COM'

Creating Excel spreadsheets .XLS and .XLSX in C# - ASP.NET MVC Project(leniel.net)

submitted by lenielleniel(489) 2 years, 7 months ago

Recently I had to implement some code to create an Excel spreadsheet/report using C#. The task was: given an Excel spreadsheet template - a .XLS file (with formulas, pivot tables, macros, etc) I had to fill some data in one of the sheets of the spreadsheet and send this modified spreadsheet back to the user requesting such an operation (Excel report). I had a great time while studying the possible ways of doing what the task asks for. In this article I present an ASP.NET MVC project that shows you how to create an .XLS file using NPOI and an .XLSX file using ExcelPackage. read more...

add a comment |category: |Views: 1673

tags: another

Creating Excel spreadsheets .XLS and .XLSX in C# - ASP.NET MVC Project(leniel.net)

submitted by lenielleniel(489) 2 years, 7 months ago

Recently I had to implement some code to create an Excel spreadsheet/report using C#. The task was: given an Excel spreadsheet template - a .XLS file (with formulas, pivot tables, macros, etc) I had to fill some data in one of the sheets of the spreadsheet and send this modified spreadsheet back to the user requesting such an operation (Excel report). I had a great time while studying the possible ways of doing what the task asks for. In this article I present an ASP.NET MVC project that shows you how to create an .XLS file using NPOI and an .XLSX file using ExcelPackage. read more...

add a comment |category: |Views: 1673

tags: another

Creating Excel spreadsheets .XLS and .XLSX in C# - ASP.NET MVC Project(leniel.net)

submitted by lenielleniel(489) 2 years, 7 months ago

Recently I had to implement some code to create an Excel spreadsheet/report using C#. The task was: given an Excel spreadsheet template - a .XLS file (with formulas, pivot tables, macros, etc) I had to fill some data in one of the sheets of the spreadsheet and send this modified spreadsheet back to the user requesting such an operation (Excel report). I had a great time while studying the possible ways of doing what the task asks for. In this article I present an ASP.NET MVC project that shows you how to create an .XLS file using NPOI and an .XLSX file using ExcelPackage. read more...

add a comment |category: |Views: 1673

tags: another

Creating Excel spreadsheets .XLS and .XLSX in C# - ASP.NET MVC Project(leniel.net)

submitted by lenielleniel(489) 2 years, 7 months ago

Recently I had to implement some code to create an Excel spreadsheet/report using C#. The task was: given an Excel spreadsheet template - a .XLS file (with formulas, pivot tables, macros, etc) I had to fill some data in one of the sheets of the spreadsheet and send this modified spreadsheet back to the user requesting such an operation (Excel report). I had a great time while studying the possible ways of doing what the task asks for. In this article I present an ASP.NET MVC project that shows you how to create an .XLS file using NPOI and an .XLSX file using ExcelPackage. read more...

add a comment |category: |Views: 1673

tags: another

How to Access a COM Indexed Property from C#(insidercoding.com)

submitted by mwhousermwhouser(210) 2 years, 10 months ago

This article describes how to access an Indexed Property in a COM object from C#. read more...

add a comment |category: |Views: 14

tags: another

Automating iTunes with C#(blogs.msdn.com)

submitted by offwhiteoffwhite(975) 4 years, 7 months ago

When you install Apple iTunes, it includes a COM automation library (see link for SDK docs). It is very easy to use! read more...

add a comment |category: |Views: 445

tags: another

Enterprise Services with the .NET Framework(en.csharp-online.net)

submitted by HyleHyle(2755) 4 years, 8 months ago

Read a book review of this title: "Distributed applications are tricky even for veteran architects and developers. They are complex, difficult to debug, and utilize multiple complex technologies. Enterprise Services is how .NET developers access COM+ Services in order to create distributed enterprise applications." read more...

add a comment |category: |Views: 5

tags: another

How to Solve a Beasty COM Interop(codebetter.com)

submitted by SamGentileSamGentile(225) 5 years, 2 months ago

Sam Gentile presents an interesting COM Interop problem, the issues of Runtime Callable Wrappers and how to solve the problem. read more...

add a comment |category: |Views: 25

tags: another

Chris's Free Developer Tools(sellsbrothers.com)

submitted by korayemkorayem(1240) 5 years, 3 months ago

This is a set of .NET, COM and Win32 tools that Chris Sells has built and contributed to the world. You may use them without royalty (and without support) in your compiled code. You may not redistribute the source code. A mention in the documentation of your products is always appreciated. Enjoy! read more...

add a comment |category: |Views: 9

tags: another

Using .NET from Ruby. Other way.(gaech.blogspot.com)

submitted by gaechgaech(1240) 5 years, 4 months ago

I tried to install RubyCLR Drop 4 last week. But had no luck. Then I decided to go my own way. I thought about using COM for interaction between Ruby and .NET Framework. read more...

add a comment |category: |Views: 5

tags: another