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

request

(0.09 sec)
  1. Javascript Split TXT REST API

    Split TXT file in JavaScript using REST API....txt" ); const request = new model. SplitDocumentOnlineR...wordsApi. splitDocumentOnline (request) . then ( ( splitDocumentResult...

    products.aspose.cloud/words/nodejs/split/txt/
  2. Set Protection Properties|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.... SetProtection Request Parameters Name Type Location...file. SetProtectionOnline Request Parameters Name Type Location...

    docs.aspose.cloud/slides/set-protection-propert...
  3. 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/
  4. Intermittent 400 error on PUT http://api.aspose...

    Hi Team, We’ve been facing this issue for a while now, and have investigated multiple issues on our side. We use the REST API for the Aspose.PDF Cloud endpoints. When calling this endpoint: PUT http://api.aspose.cloud…...nothing changes between the requests). Can you please assist us...issue? Here are a couple of Request Id failures from today: b5...

    forum.aspose.cloud/t/intermittent-400-error-on-...
  5. 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...
  6. 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/
  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....+localName) ; var request = new PutConvertWorkbookRe(); request.file = mapFiles;...mapFiles; request.format = format; var response = cellsApi.p...

    products.aspose.cloud/cells/nodejs/
  8. 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/
  9. 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/
  10. Get OLE Object from Excel Worksheet – Aspose.Ce...

    Retrieve an OLE object (image, chart, or embedded file) from a worksheet using Aspose.Cells Cloud REST API. Includes HTTPS endpoint, required parameters, sample cURL, and SDK code in multiple languages....format ={ format } Request Parameters Parameter Name Type...below demonstrates how to request an OLE object as a PNG image...

    docs.aspose.cloud/cells/oleobjects/get/