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

cell

(0.24 sec)
  1. 通过云端 Python SDK 替换 PDF 中的表格

    使用 Aspose.PDF Cloud SDK 在 Python 中以编程方式替换 PDF 表格数据。...ApiClient , PdfApi , Table , Row , Cell , FontStyles , GraphInfo , TextRect...range ( 0 , num_of_rows ): row_cells = [] for col_index in range...

    products.aspose.cloud/pdf/zh/python/table/replace/
  2. 通过云 Python SDK 向 PDF 添加表格

    使用 Aspose.PDF Cloud SDK 通过 Python 将表格插入 PDF。动态添加结构化数据。...ApiClient , PdfApi , Table , Row , Cell , FontStyles , GraphInfo , TextRect...range ( 0 , num_of_rows ): row_cells = [] for col_index in range...

    products.aspose.cloud/pdf/zh/python/table/add/
  3. 通过云 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/
  4. 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...
  5. 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...
  6. Aspose.Cells Cloud Remove Characters by Positio...

    Remove characters from Excel Cells based on specific positions—delete first N characters, last N characters, or text before/after certain markers with Aspose.Cells Cloud Web API....Delete characters from Excel cells by position: remove first/last...Precise text cleaning with Aspose.Cells Cloud Web API. Introduction...

    docs.aspose.cloud/cells/remove-characters-by-po...
  7. Add|Document

    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/
  8. 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/
  9. 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...
  10. Delete|Document

    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/