API Libraries

You are here:

.NET

Download the Pagos.SpreadsheetWeb.SpreadsheetWebAPI.dll file using the link below and simply add a reference to the assembly in your project.

Pagos.Api.SpreadsheetWeb.zip

Pagos.SpreadsheetWeb.SpreadsheetWebAPI.dll

The C# SpreadsheetWeb API library requires .NET Framework 4.5.2 or above.


JAVA

Download the Pagos.SpreadsheetWEB.SpreadsheetWebAPI.jar file from the link below. The zip file also contains the flexjson dependency. Simply add references to both jar libraries into your project.

import pagos.spreadsheetWeb.SpreadsheetWebAPI;

Pagos.SpreadsheetWeb.SpreadsheetWebAPI.jar

The Java SpreadsheetWeb API library requires flexjson, version 2.1 or above. Include the flexjson jar in your project to make sure that the application will function appropriately at runtime.

The source code for this library is available here.


PHP

Download the ssweb_api file from the link below and simply add the code below, to include the API reference on any .php file.

(include 'SpreadsheetWebAPI.php');

SpreadsheetWebAPI.php

API file requires curl library to be installed on server. You can download the library from http://curl.haxx.se/download.html. For more information on installation: http://php.net/manual/en/curl.installation.php


JavaScript

Download the ssweb_api file from the link below and simply add the code below to html header, to include the API reference on any page.

<script type="text/javascript" src="SpreadsheetWebAPI.js" ></script>

SpreadsheetWebAPI.js