Exporter JSON vers un fichier DOCX dans le Cloud

Excel et exportation de feuilles de calcul OpenOffice avec SDK Cloud open source pour Python

Exporter JSON vers un fichier DOCX dans le SDK Cloud pour Python

  1. Créez un compte surTableau de bord pour obtenir gratuitement les détails du quota et de l’autorisation API
  2. Initialisez CellsApi avec l’ID client, le secret client, l’URL de base et la version API
  3. Appelez la méthode cells_workbook_put_convert_workbook pour obtenir le flux DOCX résultant

Commencez avec Excel REST API

Obtenez le code source du SDK Cloud Excel for .NET à partir deGitHub pour compiler le SDK vous-même ou rendez-vous surSorties pour des options de téléchargement alternatives.

Jetez également un œil à Swagger-basedAPI Référence pour en savoir plus sur leExcel REPOS API.

Python Code pour la conversion JSON en DOCX

// For complete examples and data files, please go to https://github.com/aspose-cells-cloud/aspose-cells-cloud-python/
    import os
    import shutil
    from asposecellscloud.apis.cells_api import CellsApi
    cells_api = CellsApi(os.getenv('ProductClientId'),os.getenv('ProductClientSecret'))
    file1 = cells_api.cells_workbook_put_convert_workbook("Book1.xlsx",format="docx")
    shutil.move(file1, "destFile.docx")     

FAQ

  • How can I get started with Aspose. REST APIs?
    Quickstart not only guides through the initialization of Aspose. Cloud API, it also helps in installing the required libraries.
  • Where can I see the release notes for Aspose. Cloud API?
    Complete release notes can be reviewed at Aspose. Cloud Documentation.
  • Is it safe to convert to in the Cloud?
    Of course! Aspose Cloud uses Amazon EC2 cloud servers that guarantee the security and resilience of the service. Please read more about Aspose's Security Practices.
  • What file formats are supported by Aspose. Cloud API?
    Aspose. Cloud can convert to and more. Checkout the complete list of supported file formats.
  • I do not have time to set up. Is there a quick demo for to that I can try?
    Indeed! Checkout the to Conversion App.

Other Options

What is File Format?

What is File Format?