Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 32,221 for

request

(0.11 sec)
  1. Clear Objects in Excel

    Aspose.Cells Cloud REST API supports clearing inner objects in an Excel file and provides SDKs for various programming languages, including Android, C#, Go, Java, NodeJS, Perl, PHP, Python, Ruby, and Swift....Request ; using System ; using System...PostClearObjectsRequ request = new PostClearObjectsRequ(); request.File = new...

    products.aspose.cloud/cells/clear/
  2. Make DOCX In Swift

    Make DOCX using Swift SDK. Easily create a blank DOCX in Swift in a few steps....createDocument(request: createDocumentReques); let...fileName); _ = try api.downloadFile(request: downloadDocumentRequ); Run...

    products.aspose.cloud/words/swift/make/docx/
  3. Get page count from an Excel File|Document

    Retrieve the total number of printable pages in an Excel workbook via the Aspose.Cells Cloud REST API (v3.0). Includes Request format, required parameters, cURL example, response schema, error handling, and SDK snippets for multiple languages....0/cells/ { name } /pagecount The request parameters Parameter Name Type..."The requested file does not exist." } 400 Bad request – missing...

    docs.aspose.cloud/cells/get-page-count-from-an-...
  4. XLSX to CSV | Convert Excel to CSV | Comma Deli...

    Learn how to convert Excel files (XLS, XLSX) to CSV (comma-separated values) using .NET REST API. Step-by-step guide to convert XLSX into CSV effortlessly....Storage UploadFileRequest request = new UploadFileRequest("input...null); cellsInstance.UploadFile(request); Step 3: Create an instance...

    blog.aspose.cloud/cells/excel-to-csv-using-csharp/
  5. Convert XML to PDF|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....also supports the following request params Parameter Required Type...

    docs.aspose.cloud/pdf/convert-xml-to-pdf/
  6. Working with Pivot Tables Using the CellsObject...

    Learn how to generate a pivot table in Excel using Aspose.Cells Cloud’s CellsObjectOperate task. Includes cURL example, parameter guide, and SDK references.... Request a JWT token from the /connect/token...<jwt token> header of every request. You can now use the cURL command‑line...

    docs.aspose.cloud/cells/tasks/cells-object-oper...
  7. Working with Geometry Paths|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... GetShapeGeometryPath Request Parameters Name Type Location...path. SetShapeGeometryPath Request Parameters Name Type Location...

    docs.aspose.cloud/slides/working-with-geometry-...
  8. Import Data Using Storage|Document

    Import Data Using Storage: Import data into an Excel worksheet using Aspose.Cells Cloud API from various storage sources. Supports JSON, CSV, and other formats via HTTPS.... The request parameters are Parameter Name...operation details. 400 Bad Request Missing or invalid parameters...

    docs.aspose.cloud/cells/import-data-with-using-...
  9. Set page setup for a worksheet|Document

    Learn how to set the page setup for an Excel worksheet using Aspose.Cells Cloud REST API. Includes Request details, a secure HTTPS cURL example, response status codes, and SDK code snippets for multiple programming languages.... Request parameters Parameter Name Type...page‑setup update 400 Bad Request Invalid JSON payload or missing...

    docs.aspose.cloud/cells/set-page-setup/
  10. Freeze Panes on an Excel Worksheet|Document

    Learn how to freeze rows and columns in an Excel worksheet using the Aspose.Cells Cloud REST API. Includes endpoint syntax, required parameters, a cURL example, authentication guidance, error‑response details, and SDK code samples for multiple languages....sheetName } /freezepanes The request parameters are: Parameter Name...Code Message Example 400 Bad Request 400 Invalid parameters { "Code":...

    docs.aspose.cloud/cells/worksheets/panes/freeze/