Skip to content

watchdogpolska/wd-gdocs-addons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wd-gdocs-addons

clasp

A set of scripts that make life easier and work with the data of employees & volunteer & members of the Citizens Network Watchdog Poland

Demo

Repository consists:

  • addon - GSuite extensions
  • app - NodeJS API to expose unpublic data

Available functions

GovDataByRegon

Arguments:

  • REGON – determines institution ID
  • any of following – name, nip, regon14, regon9, regon, postal_code, city, voivodeship, community, county, street, house_no, flat_no, teryt – determines returned data, name by default

Examples

Value:

=GovDataByRegon('000678239')

Output:

Bałtycka Galeria Sztuki Współczesnej w Słupsku

Values:

=GovDataByRegon("000678239";"teryt")

Output:

0977278

Alternatives

  • GovDataByNip function is also available. The signature is identical, except first argument is NIP.

FederByRegon

Arguments:

  • REGON – determines institution ID
  • any of following – name, regon,id – determines returned data, name by default

Examples

Values:

=FederByRegon('000678239');

Output:

Bałtycka Galeria Sztuki Współczesnej w Słupsku

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published