vlookup-custom-formula-for-web-API-JSON

Along the way of our commercial B2B SaaS product development, that empowers frontline employees with intuitive text interface to poorly-accessible corporate date to inform and speed business decisions with significant benefits for enterprises, WE created a lot of useful and powerful software tools for testing apart of our main product. For example we've created VBA Excel function VLOOKUPWEB, that works same as VLOOKUP but for API JSON format responses. VLOOKUPWEB requires the following inputs: 1. API link, 2. API token if Authorization required (if not leave empty) 3. Time-out parameters in seconds (0 for no time-out) 4. Body parameter (if empty it would use GET method. If not empty Body will be sent as POST). In order to add this function to your excel: 1. Open excel 2. Press Alt + f11 3. create new module 4. Copy-paste this code to new module 5. Save and close VBA editor. 6. You can use the function as typical formula similar to standard VLOOKUP

Suggest an alternative

A URL to the alternative repo (e.g. GitHub, GitLab)

Here you can share your experience with the project you are suggesting or its comparison with vlookup-custom-formula-for-web-API-JSON. Optional.

A valid email to send you a verification link when necessary or log in.