Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 32,080 for

request

(0.23 sec)
  1. Add an Excel Worksheet|Document

    Step‑by‑step guide to add a new worksheet to an Excel workbook using Aspose.Cells Cloud REST API, including Request details, a cURL example, and SDK code snippets for multiple languages..../worksheets/ { sheetName } Request parameters Parameter Name Type...added successfully. 400 Bad request – invalid parameters. 401 Unauthorized...

    docs.aspose.cloud/cells/worksheets/add/
  2. Get Conditional Formatting Rules|Document

    Retrieve all conditional formatting rules applied to a worksheet using the Aspose.Cells Cloud REST API. Includes Request syntax, authentication steps, parameters, concise response examples, and error handling....sheetName } /conditionalFormattin Request Parameters Parameter Name Type...Reason Example Body 400 Bad Request – missing or invalid parameters...

    docs.aspose.cloud/cells/conditional-formattings...
  3. Delete a Picture from an Excel Worksheet – Aspo...

    Delete a picture from an Excel worksheet using Aspose.Cells Cloud REST API. Learn the DELETE endpoint, required parameters, authentication, error codes, and example code..../pictures/ { pictureIndex } Request Parameters Parameter Name Type... "Status": "OK" } 400 Bad request – invalid parameters. { "Code":...

    docs.aspose.cloud/cells/pictures/delete/
  4. ClientAccountGetRequest|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....ClientAccountGetRequ Contents [ Hide ] Request model for EmailCloud.Client...

    docs.aspose.cloud/email/reference-model-client-...
  5. Field|Aspose Words Cloud Docs

    Field...Field Contents [ Hide ] Request Response Model Delete DeleteFieldOnlineReq...RequestId string Gets or sets the request Id. FieldNames FieldNames Gets...

    docs.aspose.cloud/words/spec/field/
  6. Find text in an Excel worksheet|Document

    Use the Aspose.Cells Cloud REST API to find text in an Excel worksheet. The API is available across multiple SDKs and programming languages.... Request parameters Parameter Name Type...compressed file details. 400 Bad Request Missing or invalid parameters...

    docs.aspose.cloud/cells/worksheets/find-text/
  7. 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....ENV['CellsCloudClientSecr']) request = AsposeCellsCloud::PutConvertWorkbookRe...@instance.put_convert_workbook(request); FileUtils.cp(response.path...

    products.aspose.cloud/cells/ruby/
  8. 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....+localName) ; var request = new PutConvertWorkbookRe(); request.file = mapFiles;...mapFiles; request.format = format; var response = cellsApi.p...

    products.aspose.cloud/cells/nodejs/
  9. Convert STL to JPG in .NET

    Learn to convert STL to JPG in .NET with Aspose.CAD Cloud SDK. This step-by-step guide covers setup, code, cURL commands, and optimization tips....client ID and client secret to request an access token. var authClient...the conversion operation - Request JPG output and specify optional...

    blog.aspose.cloud/cad/convert-stl-to-jpg-in-dot...
  10. Async requests to Aspose.Words REST API for Wor...

    In your assembly for .NET, there is a method named InvokeApi that sends a Request in a synchronous way. Internally, this method calls InvokeApiInternal that contains the following: var response = this.httpClient.SendAsy…...Async requests to Aspose.Words REST API for Word document processing...named InvokeApi that sends a request in a synchronous way. Internally...

    forum.aspose.cloud/t/async-requests-to-aspose-w...