Skip to content

Latest commit

 

History

History
91 lines (32 loc) · 2.27 KB

excel-services-user-defined-functions.md

File metadata and controls

91 lines (32 loc) · 2.27 KB
titledescriptionms.datekeywordsf1_keywordsms.assetidms.localizationpriority
Excel Services User-Defined Functions
This section contains information about user-defined functions (UDFs) and how to use UDF attributes in your code.
09/25/2017
functions
functions
27dd8024-7e00-40de-a688-afc67c880603
medium

Excel Services User-Defined Functions

This section contains information about user-defined functions (UDFs) and how to use UDF attributes in your code.

In this section

Understanding Excel Services UDFs

Learn about managed-code UDFs, including required attributes, deployment, and security.

Walkthrough: Developing a Managed-Code UDF

Get step-by-step instructions about developing Excel Services UDFs by using Microsoft Visual C#.

Frequently Asked Questions About Excel Services UDFs

Find answers to the most common questions about Excel Services UDFs.

How to: Enable UDFs

Learn how to enable UDFs and allow them to be called from an Excel workbook.

How to: Create a UDF That Calls a Web Service

Learn how to call an external Web service from a UDF.

How to: Access an External Data Source from a UDF

Get an example showing how to access an external database from a UDF.

How to: Deploy UDFs Using SharePoint Foundation Solutions

Learn how to deploy a UDF by using the s solution framework.

How to: Restrict UDF Code Access Security Permissions

Learn how to create a custom code group and restrict permission for a UDF assembly by using the .NET Framework Configuration tool.

Reference

[Microsoft.Office.Excel.Server.Udf]

Excel Services UDF attributes.

close