bookmark

EditGrid API - Online Spreadsheets


Description

EditGrid APIs allows programmatic access of EditGrid spreadsheets and services. It consists of Web API and Grid API.

* Web API is an API for controlling and manipulating the data in EditGrid. It supports two modes of operations: REST and SOAP, which means you can adopt the API very easily no matter you're using scripting languages like PHP and Perl, or more heavy duty platforms like Java and .NET.
* Grid API is a JavaScript-based API. It allows you to instantiate EditGrid's grid as a JavaScript object and add it to your web application. By doing so, you can wire your code with the grid, customize its functionality, and connect your application logic with it in great flexibility.

Besides the APIs, a lot of EditGrid features are developed with developers in mind, we support:

* JSONP Pure JavaScript approach to load spreadsheet data to your website without writing a single line of backend code.
* My Data Format Transform the spreadsheet XML export to any format through your custom stylesheet.
* Permalinks Allow you to retrieve data or access to export format right in the URL.

Preview

Tags

Users

  • @pitman

Comments and Reviews