See here for an animated gif of what this is. https://s1.gifyu.com/images/excel-custom-functions-video.gif
Microsoft released their preview mode for Excel Custom Functions earlier in the month. I’ve created a project that maps company lookup end-points to excel functions. This allows an excel user to retrieve company directors, accounting year-end, current status etc using custom functions.
Functions include:
-
=COMPANY.ACCOUNTINGDATE
- Company’s accounting date -
=COMPANY.NAME
- Company’s name -
=COMPANY.REGADDRESS
- Company’s registered address -
=COMPANY.LIQUIDATED
- Company’s liquidation status -
=COMPANY.SICCODES
- Company’s registered SIC Codes -
=COMPANY.OVERDUESTATUS
- Status of company’s accounts -
=COMPANY.INCORPORATIONDATE
- Date of company’s incorporation -
=COMPANY.COMPANYSTATUS
- Company’s current status -
=COMPANY.DIRECTORS
- Company’s directors’ names -
=COMPANY.SIGCONTROL
- Company’s significant controlling persons’ names -
=COMPANY.LASTMEMBERSLIST
- Date of company’s last members list submission
I will be adding more functions to this project over time. Excel Custom Functions are still in preview mode, and participants must have volunteered to be part of the insiders programme.
Due to CORS restrictions, I’ve had to proxy the http requests through a heroku app. I’m hoping to migrate this over to a direct API connection in due course.