Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 31,886 for

request

(0.05 sec)
  1. Adding Excel Formula using Python REST API

    This article guides on adding Excel formula using Python REST API. You will learn how to add a formula in Excel using Python Low Code API with a Python-based Cloud SDK....will be processed Prepare a request to upload the local Excel file...execute the upload Create a request to insert a formula =NOW()...

    kb.aspose.cloud/cells/python/adding-excel-formu...
  2. Convert DWG to PNG using Python REST API

    Follow this article to convert DWG to PNG using Python REST API. You will learn to transform the CAD file format DWG to PNG using Python REST API because PNG is a widely supported raster image format....drawing data in a PNG conversion request, call the PutDrawingPng method...using Python-based API . The request is prepared by using the PutDrawingPngRequest...

    kb.aspose.cloud/cad/python/convert-dwg-to-png-u...
  3. Insert Background Image in Excel using Java RES...

    This article guides on how to insert background image in Excel using Java REST API. You will learn to automatically add background to Excel using Java Low Code API with a .Java based Cloud SDK....to be used Create an upload request that includes both the Excel...files to the cloud Send a request to insert the uploaded image...

    kb.aspose.cloud/cells/java/insert-background-im...
  4. MapiContactSaveRequest|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....MapiContact save to storage request. Properties: Name Type Description...

    docs.aspose.cloud/email/reference-model-mapi-co...
  5. PHP API Exception when Batching: Undefined arra...

    API version: v24.12.0 I am getting a : Undefined array key "Content-Type" exception when I perform batch operations: Undefined array key \"Content-Type\" at /workspace/laravel/vendor/aspose-cloud/aspose-words-cloud/src…...how the API is handling the request or response headers. This issue...is crucial for processing requests correctly. Here are a few...

    forum.aspose.cloud/t/php-api-exception-when-bat...
  6. Text|Aspose Words Cloud Docs

    Text...Text Contents [ Hide ] Request Response Model Replace ReplaceTextOnlineReq...for document replace text request building. This class is used...

    docs.aspose.cloud/words/spec/text/
  7. File conversion from DWG to DXF - Free Support ...

    Hello everyone, i am using the Aspose.Cad to convert dwg file to dxf format by python SDK. My code: app_id = 'xxx' app_key = 'xxx' cad_api = CadApi(app_key , app_id ) Request = Requests.GetDrawingSaveAsRequest("sampl…...CadApi(app_key , app_id ) request = requests.GetDrawingSaveAsRequ("sample...cad_api.get_drawing_save_as(request) but does not work. The result...

    forum.aspose.cloud/t/file-conversion-from-dwg-t...
  8. Calculate a formula on an Excel worksheet|Document

    Calculate formulas in an Excel worksheet using Aspose.Cells Cloud REST API. Supports multiple SDKs (C#, Java, PHP, Ruby, Node.js, Python, Perl, Go, Swift) with ready‑to‑use examples....sheetName } /formulaResult Request parameters Parameter Name Type...example below shows how to request a formula result with cURL...

    docs.aspose.cloud/cells/worksheets/calculate-fo...
  9. Add watermark to Excel files|Document

    Learn how to add a text watermark to Excel workbooks using Aspose.Cells Cloud REST API (v3.0). Includes cURL example, required parameters, and response details....0/cells/watermark The request parameters are: Parameter Name...example below shows a complete request, including the required authentication...

    docs.aspose.cloud/cells/add-watermark-into-exce...
  10. Delete metadata from Excel files|Document

    Learn how to delete workbook metadata using the Aspose.Cells Cloud REST API. Includes HTTPS endpoint, authentication steps, Request parameters, a cURL example, and SDK code samples....0/cells/metadata/delete Request parameters Parameter Name Type...responses may include: 400 Bad Request – missing file or invalid type...

    docs.aspose.cloud/cells/metadata/delete/