Microsoft SharePoint Excel

The Microsoft SharePoint Excel connector is a Palantir-provided driver for Microsoft SharePoint Excel.

To create a new Microsoft SharePoint Excel source, follow the standard setup flow for Palantir-provided drivers, then use the sections below for Microsoft SharePoint Excel-specific configuration and networking. For the complete property reference, see the official Microsoft SharePoint Excel driver documentation ↗.

Configuration

The properties below are mandatory or recommended.

PropertyRequired?DescriptionDefault
AuthSchemeMandatoryThe scheme used for authentication. Accepted entries are NTLM,Basic,Digest,Forms,None,Negotiate,ADFS.NTLM
FileMandatoryThe name of the Excel file to which to connect.Book1.xlsx
SharePointVersionMandatoryThe version of the SharePoint server to which you are connecting.SharePoint 2013
URLMandatoryThe base URL for a site or site collection.https://myorg.sharepoint.com
FolderRecommendedThe folder containing the workbook specified by the File property.
LibraryRecommendedThe Document Library to which to connect.
PasswordRecommendedThe password of the account used to authenticate to the server.
UserRecommendedThe username of the account used to authenticate to the server.
UseRESTAPIRecommendedWhether or not the REST API is used for retrieving data.TRUE

Networking

The table below lists the domains that the source needs to be able to access in order to successfully run.

For each domain, add a corresponding egress policy. If the source is hosted on-premises and not directly reachable from Foundry, use an agent proxy egress policy instead; the agent host itself must also be able to reach the listed domains. See using an agent as a proxy for details.

DomainRequired
<URL>Always. URL connection property
<KerberosKDC>:88If SharePointEdition='SharePoint OnPremise' (default) AND AuthScheme=Negotiate
<KerberosServiceKDC>:88If SharePointEdition='SharePoint OnPremise' (default) AND AuthScheme=Negotiate AND Kerberos topology uses multiple realms
<SSOLoginURL>If SharePointEdition='SharePoint OnPremise' (default) AND AuthScheme=ADFS
login.microsoftonline.comIf SharePointEdition='SharePoint Online' AND AuthScheme=AzureAD, AzurePassword, SharePointOAuth, OAuthJWT AND AzureEnvironment=GLOBAL (default)
login.chinacloudapi.cnIf SharePointEdition='SharePoint Online' AND AuthScheme=AzureAD, AzurePassword, SharePointOAuth, OAuthJWT AND AzureEnvironment=CHINA
login.microsoftonline.usIf SharePointEdition='SharePoint Online' AND AuthScheme=AzureAD, AzurePassword, SharePointOAuth, OAuthJWT AND AzureEnvironment=USGOVT or USGOVTDOD