Excel Add-In for GitHub

Build 24.0.9175

LicenseConditions

Lists conditions and obligations imposed by a specific software license applied to a GitHub repository.

View-Specific Information

Select

The add-in uses the GitHub API to process WHERE clause conditions that are built with the following column and operators:

  • LicenseKey supports the '=,IN' comparison operators.

For example, the following queries are processed server-side:

SELECT * FROM [LicenseConditions]
SELECT * FROM [LicenseConditions] WHERE [LicenseKey] = 'Val1'

The add-in processes other filters client-side within the add-in.

Columns

Name Type References OrderBySupport Description
Key [KEY] String The machine-readable key that uniquely identifies the license condition.
LicenseKey [KEY] String

Licenses.Key

The SPDX (Software Package Data Exchange) ID of the license, typically represented in lowercase, which corresponds to a specific open-source license (for example, 'mit', 'apache-2.0').
Description String A detailed description of the condition associated with the license, explaining its terms or requirements.
Label String A human-readable label or title for the condition, designed to be easily understood by users without technical or legal knowledge.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175