Spreadsheet Converter Tool API

We are excited to announce the launch of our new Spreadsheet Converter Tool API a Rapid Api Hub! This powerful an simply API allows you to convert your spreadsheets into a variety of formats, including ODS, XML, XLS, XLSX, SLK, CSV, PDF and much more. It is very easy to implement. In instance:

Connect on RapidAPI

Dart

final endpoint = "https://spreadsheet-converter-tool.p.rapidapi.com/api/v1/convert/calc";
 final uri = Uri.parse(endpoint);

 final Map<String, String> headers = {
    "Content-Type": "multipart/form-data",
    "X-RapidAPI-Host": "spreadsheet-converter-tool.p.rapidapi.com",
    "X-RapidAPI-Key": "YOUR-API-KEY",
  };

 var request = http.MultipartRequest(
    'POST',
    uri,
  )..files.add(await http.MultipartFile.fromPath(
      'documentFile', '/PATH/TO/file.xls',
      filename: 'file.xls'))
   ..fields['fileTypeFromExt'] = "xls"
   ..fields['fileTypeToExt'] = "csv"
   ..headers.addAll(headers);

PHP

<?php

$client = new http\Client;
$request = new http\Client\Request;

$body = new http\Message\Body;
$body->addForm([
	'fileTypeFromExt' => 'xls',
	'fileTypeToExt' => 'slk'
], null);

$request->setRequestUrl('https://spreadsheet-converter-tool.p.rapidapi.com/api/v1/convert/calc');
$request->setRequestMethod('POST');
$request->setBody($body);

$request->setHeaders([
	'X-RapidAPI-Host' => 'spreadsheet-converter-tool.p.rapidapi.com',
	'X-RapidAPI-Key' => 'YOUR-API-KEY'
]);

$client->enqueue($request)->send();
$response = $client->getResponse();

echo $response->getBody();

Our API is perfect for businesses that need to quickly convert large amounts of data. With this new API, you can quickly and easily export your data into the format that best meets your needs. Additionally, Spreadsheet tool Api offers a free option and a variety of prices, so you can get the most out of your spreadsheets conversion process.

To learn more about how our api can help you streamline your data conversion process, please visit us at Rapid Api Hub!

Soon:

Document, ebooks converters, and much more!