Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 31,744 for

request

(0.08 sec)
  1. Converting a Chart to an SVG - Free Support For...

    Hello! I am trying to convert a chart to an svg. I can see documentation for doing this in Aspose.Cells for NET here, but I can’t find the equivalent of this operation in the docs for aspose cloud. I see that I can conv…...UploadFile(uploadRequest); var request = new GetWorksheetChartReq(...cellsApi.GetWorksheetChart(request); jamieMacabacus June 11, 2025...

    forum.aspose.cloud/t/converting-a-chart-to-an-s...
  2. Copy Rows on an Excel Worksheet|Document

    Learn how to copy rows in an Excel worksheet using Aspose.Cells Cloud REST API (v3.0). Includes authentication steps, Request/response details, error handling, and SDK examples....sheetName } /cells/rows/copy Request parameters Parameter Name Type...Example Error Body 400 Bad Request – missing or invalid parameters...

    docs.aspose.cloud/cells/rows/copy/
  3. Set background in Excel file

    Aspose.Cells Cloud REST API supports setting backgrounds for Excel files and provides SDKs for various programming languages, including Android, C#, Go, Java, NodeJS, Perl, PHP, Python, Ruby, and Swift....Request ; using System ; using System...PostWatermarkRequest request = new PostWatermarkRequest(); request.File = new...

    products.aspose.cloud/cells/background/
  4. Merge multiple Excel files

    Aspose.Cells Cloud REST API allows merging multiple Excel files into a single Excel file and provides SDKs for multiple programming languages, including Android, C#, Go, Java, NodeJS, Perl, PHP, Python, Ruby, and Swift....Request ; using System ; using System...PostMergeRequest request = new PostMergeRequest(); request.File = new...

    products.aspose.cloud/cells/merge/
  5. Object Detection in Images using C#. Identify o...

    PowerPoint processing in Cloud using Aspose.Slides Cloud. No software download required. Add, update, delete Slide notes using CSharp, Java, Python, PHP etc...Slides Cloud\",}" Request URL https://api.aspose.cloud/v3...Slides Cloud for cURL\" } }}" Request URL https://api.aspose.cloud/v3...

    blog.aspose.cloud/slides/how-to-programmaticall...
  6. Excel® Spreadsheet Programming API to speed up ...

    API support to build cross-platform applications having the ability to generate, modify, convert, render, and print spreadsheets. It allows developers to manage worksheets, rows, columns & cells, create spreadsheet contents and styles from scratch, import data onto the worksheets from different data sources, add common and complex mathematical, financial, and text formulas, create & manipulate pivot tables, charts, hyperlinks, comments, drawing objects and much more....Getenv("ProductClientSecret")) request := PutConvertWorkbookRe{File:...instance.PutConvertWorkbook(&request) if err == nil { file, _ :=...

    products.aspose.cloud/cells/go/
  7. How to Force the Use of Custom Fonts During Wor...

    I am testing the following API for converting Word to PDF: https://api.aspose.cloud/v4.0/words/convert?format=pdf&storage=TEST&fontslocation=xxx I have specified the fontslocation parameter, assuming that it would enfo…...when making the conversion request. Fallback Mechanism : The fontsLocation...the custom fonts. Example Request : Here’s an example of how...

    forum.aspose.cloud/t/how-to-force-the-use-of-cu...
  8. Reduce Excel File Size | Compress XLS/XLSX | Ex...

    Discover how to compress Excel workbooks and minimize file size using C# .NET. Efficient methods to optimize Excel files with .NET Cloud SDK and cURL...var request = new PostCompressRequest(...); Create request instance...response = cellsApi.PostCompress(request); Call the API to compress...

    blog.aspose.cloud/cells/compress-excel-using-cs...
  9. Aspose.Cells Cloud – Swap Columns, Rows & Range...

    Swap columns, rows or ranges in Excel files with Aspose.Cells Cloud API. Preserve formatting, formulas, and cell references in a single Request....0/cells/swap/range Request Parameters Parameter Name Type...Description 400 Bad Request Invalid request URI or mismatched range...

    docs.aspose.cloud/cells/swap-range/
  10. Aspose.Cells Cloud – Replace Text in Local Exce...

    Replace text in local Excel workbooks without uploading to the cloud. Use Aspose.Cells Cloud Find & Replace API to update specific ranges, worksheets, or whole files in a single call....flow and include it in the request header: Authorization: Bearer...Bearer <access_token> . Request Parameters: Parameter Name Type...

    docs.aspose.cloud/cells/replace-spreadsheet-con...