Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 484,494 for

cell

(0.92 sec)
  1. Execute Mail Merge of Any Type to Create Documents

    Execute mail merge and generate documents from a template and XML. Mail merge can be executed in any language as per your preference....Cells Cloud # Using Aspose.Cells you can convert...[merge][9] or [unmerge cells][10], set [value of cells][11] or [range][12]...

    blog.aspose.cloud/total/aspose-cloud-for-php-sd...
  2. Sending file with ss:WrapText="1" does not wrap...

    After sending a XSL file to convert into PDF via a API call, the rows are reduced to one line. We have the Cell styles set to have ss:WrapText=“1” and if we convert it into XLSX the word wrap is honored. Is there another…...Cells Cloud Product Family Brian.Ginoza...reduced to one line. We have the Cell styles set to have ss:WrapText=“1”...

    forum.aspose.cloud/t/sending-file-with-ss-wrapt...
  3. Update Multiple Cells Style|Documentation

    This document explains how to use the Aspose.Cells Cloud REST API to update the style of multiple Cells in an Excel worksheet, providing request details, parameter table, cURL example, response format, and SDK code samples....Update Multiple Cells Style Contents [ Hide ] This REST API sets...sets the style for a range of cells in an Excel workbook. REST API...

    docs.aspose.cloud/cells/update-multiple-cells-s...
  4. Adding Excel Formula using C# REST API

    This article guides on adding Excel formula using C# REST API. You will learn how to add a formula in Excel using C# Low Code API with a .NET-based Cloud SDK....Cells Cloud Product Family Aspose...setting a formula Download Aspose.Cells Cloud SDK for Dotnet to insert...

    kb.aspose.cloud/cells/net/adding-excel-formula-...
  5. Get|Documentation

    Retrieve a worksheet comment by Cell name using Aspose.Cells Cloud REST API....retrieves a worksheet comment by cell name. REST API GET http://api...http://api.aspose.cloud/v3.0/cells/ { name } /worksheets/ { sheetName...

    docs.aspose.cloud/cells/comments/get/
  6. Add|Documentation

    Adds a comment to a specific worksheet Cell using the Aspose.Cells Cloud REST API....worksheet cell. REST API PUT http://api.aspose.cloud/v3.0/cells/ { name...string path The address of the cell (e.g., A1 ). comment object...

    docs.aspose.cloud/cells/comments/add/
  7. Working with Excel validation|Document

    Learn how to manage Excel data validations using Aspose.Cells Cloud REST API. Add, retrieve, update, delete, and clear validation rules programmatically across multiple languages....control what a user can enter in a cell of a worksheet. It can restrict...and display values in a single cell. You can also define a custom...

    docs.aspose.cloud/cells/validations/
  8. Working with Text|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....with Table Rows Update a Table Cell...

    docs.aspose.cloud/slides/working-with-text-in-t...
  9. 通过云 PHP SDK 替换 PDF 中的表格

    使用 PHP 和 Aspose.PDF Cloud SDK 替换 PDF 中的表格内容。在保持布局的同时更新数据。...++ ) { $cell = new \Aspose\PDF\Model\Cell (); $cell -> setDefaultCellTextSt...); if ( $rowIndex == 0 ) { $cell -> setBackgroundColor ([ "a"...

    products.aspose.cloud/pdf/zh/php/table/replace/
  10. Delete|Documentation

    Deletes a comment from a specific Cell in a worksheet using the Aspose.Cells Cloud REST API....deletes a comment from a worksheet cell. REST API DELETE http://api...http://api.aspose.cloud/v3.0/cells/ { name } /worksheets/ { sheetName }...

    docs.aspose.cloud/cells/comments/delete/