opencolorio_config_aces.utilities.google_sheet_title#

opencolorio_config_aces.utilities.google_sheet_title(url)[source]#

Return the title from given Google Sheet url.

Parameters:

url (str) – Google Sheet url to return the title of.

Returns:

Google Sheet title.

Return type:

str

Examples

>>> url = (
...     "https://docs.google.com/spreadsheets/d/"
...     "1SXPt-USy3HlV2G2qAvh9zit6ZCINDOlfKT07yXJdWLg/"
...     "export?format=csv&gid=273921464"
... )
>>> google_sheet_title(url)  
'OpenColorIO-Config-ACES "Reference" Transforms - v...'