PostWorkbookExportXM

Contents
[ ]

PostWorkbookExportXML

Export XML data from an Excel file.When there are XML Maps in an Excel file, export XML data. When there is no XML map in the Excel file, convert the Excel file to an XML file.

REST API

API HttpMethod Description Référence API
/cells/{name}/exportxml POST Exporter les données XML à partir d\'un fichier Excel. Lorsqu\'il y a des cartes XML dans un fichier Excel exportez les données XML. Lorsqu\'il n\'y a pas de mappage XML dans le fichier Excel convertissez le fichier Excel en fichier XML. PostWorkbookExportXML

Path Parameter

Nom du paramètre type description
nom chaîne Le nom du fichier.

Query Parameter

Nom du paramètre type description
password string Le mot de passe nécessaire pour ouvrir un fichier Excel.
dossier chaîne le dossier où se trouve le fichier.
storageName string Le nom de stockage où se trouve le fichier.
outPath string Path pour enregistrer le résultat. S\'il s\'agit d\'un seul fichier « outPath » doit englober à la fois le nom du fichier et son extension. Dans le cas de plusieurs fichiers « outPath » ne doit inclure que le dossier.
outStorageName string Le nom de stockage où se trouve le fichier de sortie.
checkExcelRestriction boolean Vérifie si la restriction du fichier Excel lorsque l\'utilisateur modifie les objets liés aux cellules.
region string Les paramètres régionaux du classeur.

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 Cloud API with cURL.

Cloud SDK Family

Using an SDK is the best way to speed up the development. An SDK takes care of low-level details and lets you 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 make calls to Aspose.Cells web services using various SDKs: