Developers - Legacy | SpreadsheetWeb Help

Legacy Platform documentation

Developers

Explore 25 practical guides for Developers in SpreadsheetWeb Legacy Platform, with setup instructions, examples, troubleshooting guidance, and related tasks.

25guides

Start here

Core Developers guides

0 articles

Developers

API Reference

View section
API ReferenceTypes of Methods The SpreadsheetWEB RESTful JSON web service supports two types of methods at present: Application-level Methods (Endpoint:…WhitelistingWhitelisting can be activated on a SpreadsheetWEB server to prevent unauthorized domains or users from accessing specific applications or sites.

Developers

Custom Actions

View section
Custom Actions in DesignerIn a dedicated server environment, custom actions in desginer allows the end user to upload a compatible assembly with custom code that will be executed.

Developers

Deprecated Versions

View section
API Libraries.NET Download the Pagos.SpreadsheetWeb.SpreadsheetWebAPI.dll file using the link below and simply add a reference to the assembly in your project.…API ReferenceAPI Connector Reference We offer API Connector libraries that authenticate through oAuth service, get a session key, send API request to the API service and…Getting StartedStep 1. Preparing the Workbook The Web Service API needs Inputs and Outputs of your calculation engine; to be defined as Named Ranges in Excel. Therefore,…

Developers

Extensions

View section
Extension ReferenceThis page contains extension references in the form of methods and their explanations, for building an extension in a SpreadsheetWEB application.Extension SupportRelatively small changes to functionality of a SpreadsheetWeb Application, such iterative calculations, can be done through extension support.Extension Tips and TricksThis page contains tips and tricks, methods, and workarounds to common issues in extensions, and error handling methods with the use of examples.Getting Started: Building an ExtensionYou can download Visual Studio Template (C#) and start working on creating an extension right away or create your own project.

Developers

User Defined Functions (UDF)

View section
User Defined Functions (UDF)Microsoft Excel has numerous built-in functions; however, some functionalities that may be critical to your application may not be included in the generic…