JSON to excel

This API accepts JSON and returns a pre signed url to download the generated Microsoft Excel file.

Create account

Connect on RapidAPI
free json to excel tool - json image Microsoft Excel image created with the JSON data

Rating

Uptime

99%

Latency

<600ms

Pricing

Simple, transparent pricing plans.

Basic

$0.00 / mo

Pro

$1.99 / mo

API requests 1000 / mo 50,000 / mo
Rate limit 1000 / ph -
Priority support
Dedicated account manager

FAQ

Will it work in the browser?
Yes, you can call the API from the browser or from a backend application.
Are the files I generate public?
No, the URL returned in the response from the API is a pre signed url. The generated Microsoft Excel file is only accessible via the URL for 5 minutes, after which it is deleted.
Can I cancel my plan any time?
Yes you can cancel your subscription plan at any time.
Is my payment information secure?
Credit cards are processed thorough a PCI compliant banking partner.
What if I exceed my plan limits?
You will not incur overage charges.
How do I download the URL in the browser?

This code snippet will trigger a download using javascript in the browser.

window.location = "url-returned-from-api";