Use the sample NodeJS code below to easily and quickly convert XLSX files to the HTML format. Allowing Microsoft Excel spreadsheets to be displayed online in any web browser, get started converting XLSX files in minutes and integrate directly into your NodeJS application to save time and effort. We provide a free Test account to try the service out, comprehensive documentation and support from developers.
// Signup for a Zamzar API Account or retrieve your existing API Key from https://developers.zamzar.com
// Converts /tmp/example.xlsx to html
var request = require('request'),
fs = require('fs'),
apiKey = 'YOUR_API_KEY_GOES_HERE',
formData = {
target_format: 'html',
source_file: fs.createReadStream('/tmp/example.xlsx')
};
request.post({url:'https://api.zamzar.com/v1/jobs/', formData: formData}, function (err, response, body) {
if (err) {
console.error('Unable to start conversion job', err);
} else {
console.log('SUCCESS! Conversion job started:', JSON.parse(body));
}
}).auth(apiKey, '', true);
Our conversion service is there when you need it. Converting since 2006, our API had >99.99% uptime over the last 12 months.
Our cloud based platform scales to meet your demands, whether it's 1 file or 100,000. We manage everything so you don't have to.
We support a huge range of conversions - over 1,100 in all. Including documents, videos, images, audio, eBooks, CAD files and more.
Our API uses strong encryption of data in transit (and at rest), firewalls, process isolation and state of the art data centers. We are fully GDPR compliant.
We have found our experience with Zamzar over the years we have used it to be fantastic.
They were receptive to a tiered pricing structure as our requirements changed, have a friendly support team that is always helpful and their API that we use daily to send documents to for conversion has always been available and had no issues.
The service just works. We've tried other file conversion services in the past, and the results were very disappointing.
With Zamzar, the results are consistently good. Also, their support is friendly and responsive.
We needed a product to upload HTML content, convert and download as a PDF. Zamzar's API provided not only the service required but easy to understand stepped-process to implement.
This business process was critical - but I don't believe we ever had a failure over years of daily use.
Physical access to Zamzar infrastructure is strictly controlled at perimeter and building ingress points by professional security staff utilising video surveillance.
All traffic to and from Zamzar servers is secured by TLS/SSL. No third-party is able to read or tamper with data exchanged in connections to our servers.
We encrypt files stored on disk with a unique key and multi-factor encryption so that data is unreadable if hardware is physically compromised.
Zamzar API user passwords are stored in our database after being salted and hashed using the secure Bcrypt encryption algorithm.
Zamzar uses multiple different firewall technologies to ensure that different components of its systems are logically isolated from one another.