How to build an Excel report with a smart marker template

This REST API creates a workbook using a Smart Marker template.

Query Parameters

Parameter Name Type Description
xmlFile string Path or URL of the SmartMarker XML data file.
outPath string Destination path where the generated workbook will be saved.
folder string Folder containing the original workbook.
storageName string Name of the storage service to use.

Request Body Parameter

Parameter Name Type Description
xmlFile file SmartMarker template file uploaded with the request.

REST API

API Type Description Swagger Link
/cells/{name}/smartmarker POST Create a new Excel workbook from a SmartMarker template file PostWorkbookGetSmartMarkerResult

The OpenAPI Specification defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.

You can use cURL command‑line tool to access Aspose.Cells web services easily. The following example shows how to make calls to the Cloud API with cURL.

Cloud SDK Family

Using an SDK is the best way to speed up development. An SDK handles low‑level details so you can focus on your project tasks. Please check out the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.

The following code examples demonstrate how to call Aspose.Cells web services using various SDKs: