Sign in
Andrew Whitechapel
Shiny things that caught my eye
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Automation add-ins
CLR
COM add-ins
COM Shim
COMAddIn
Excel Services
Excel UDFs
HLSL
MEF
Office dev
PDC
PIAs
Ribbon
SharePoint
Silverlight
VSTA
VSTO
VSTO Add-ins
VSTO Doc Solutions
VSTO Power Tools
Winforms
WPF
XLLs
Browse by Tags
MSDN Blogs
>
Andrew Whitechapel
>
All Tags
>
excel udfs
Tagged Content List
Blog Post:
Excel Services Getting Started – Pt2 UDFs
andreww
This continues my previous checklist on getting started with Excel Services. Here, I’ll append a walkthrough for creating, deploying and updating User-Defined Function assemblies with Excel Services. 4. Create and deploy a UDF assembly 4.1 Create a UDF assembly in Visual Studio (SampleUdf.dll)...
on
24 Apr 2009
Blog Post:
Managed Automation Add-ins
andreww
I've been thinking more about calling unmanaged XLL UDFs from managed code than about managed automation add-ins lately, but an automation add-in issue came up the other day, and I thought I'd throw it out there. If you want to build managed UDFs without going to the extreme of managed XLLs, you have...
on
23 Jan 2008
Blog Post:
Invoking Native Excel UDFs From Managed Code (Pt2)
andreww
In my previous post , I looked at how to build a VSTO add-in that invokes native XLL UDFs via the Excel COM OM (specifically, Application.Run). In this second part, I'll look at the same managed client calling the same XLL UDFs via the Windows API instead of Excel's COM OM, specifically using LoadLibrary...
on
1 Jan 2008
Blog Post:
Invoking Native Excel UDFs From Managed Code (Pt1)
andreww
As part of a little ongoing investigation, I wanted to communicate between a managed add-in and a native XLL UDF. As I was writing this up, it turned out to be a much longer post that I planned, so I've split it into two parts (I'll post the second part in the next week or so, mince pies permitting)...
on
13 Dec 2007
Blog Post:
Building an Excel XLL in C/C++ with VS 2008
andreww
As part of a little investigation I'm doing at present, I needed to build some simple native XLLs for testing purposes. This was the first time I had a need to build XLLs since the Excel XLL SDK was updated back in September. The updated Excel 2007 XLL SDK is available for free download here . The online...
on
9 Dec 2007
Blog Post:
Excel Interop Types in Shimmed Automation Add-ins
andreww
In my previous posts on shimming Excel automation add-in UDFs, I've used simple examples where the methods tended to take and return standard types such as doubles and ints. Someone asked a question recently - what about Excel types as parameters? In other words, how do you write the shim for a method...
on
23 Jul 2006
Page 1 of 1 (6 items)