Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 484,375 for

cell

(0.94 sec)
  1. Working with Tables in a Word document online|D...

    Insert, edit, delete Tables in a Word document programmatically via Cloud API....made up of rows, columns, and cells. Rows run horizontally, columns...columns run vertically, and cells are the intersections of rows...

    docs.aspose.cloud/words/tables/
  2. Add Tables to PDF via Cloud PHP SDK

    Add tables to PDFs using PHP and Aspose.PDF Cloud SDK. Structure and display tabular content programmatically....++ ) { $cell = new \Aspose\PDF\Model\Cell (); $cell -> setDefaultCellTextSt...); if ( $rowIndex == 0 ) { $cell -> setBackgroundColor ([ "a"...

    products.aspose.cloud/pdf/php/table/add/
  3. Set a Chart Data Source|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....specifying the address of the first cell of the data range. Let’s say...workbook cells B2:B5. In this case, “B2” is the first cell of the...

    docs.aspose.cloud/slides/set-a-chart-data-source/
  4. Working with Excel range|Document

    How to work with ranges on an Excel file using Aspose.Cells Cloud REST API. SDK support kinds of development languages. They include Android, C#, Go, Java, NodeJS, Perl, PHP, Python, Ruby, and swift....Represents a cell, a row, a column, a selection of cells containing...or more contiguous blocks of cells, or a 3D range. Working with...

    docs.aspose.cloud/cells/ranges/
  5. Aspose.Cells Cloud Add Text API - A Cloud-based...

    Specify appending text to multiple Cells at once, allowing you to add prefixes, suffixes, labels, or any specific characters. You can choose the exact position of the text—in the beginning, at the end, or before or after certain characters in the Cell....Cells Cloud achieve the intelligent text addition...appending text to multiple cells at once, allowing you to add...

    docs.aspose.cloud/cells/add-text/
  6. Delete a Text Portion|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....Introduction In PowerPoint table cells, you can work with individual...delete text portions from table cells. DeleteTableCellPorti API Information...

    docs.aspose.cloud/slides/delete-a-text-portion-...
  7. Replace Tables in PDF via Cloud PHP SDK

    Replace table content in PDFs using PHP and Aspose.PDF Cloud SDK. Update data while preserving layout....++ ) { $cell = new \Aspose\PDF\Model\Cell (); $cell -> setDefaultCellTextSt...); if ( $rowIndex == 0 ) { $cell -> setBackgroundColor ([ "a"...

    products.aspose.cloud/pdf/php/table/replace/
  8. Convert Data from Excel to JSON using C# REST API

    Follow this article to convert data from Excel to JSON using C# REST API. You will learn to develop an XLS to JSON converter using C# REST Interface with a .NET-based Cloud SDK....Cells Cloud Product Family Aspose...You will learn to transform a cell range in Excel to JSON using...

    kb.aspose.cloud/cells/net/convert-data-from-exc...
  9. Replace Tables in PDF via Cloud Python SDK

    Replace PDF table data programmatically in Python with Aspose.PDF Cloud SDK....ApiClient , PdfApi , Table , Row , Cell , FontStyles , GraphInfo , TextRect...range ( 0 , num_of_rows ): row_cells = [] for col_index in range...

    products.aspose.cloud/pdf/python/table/replace/
  10. 通过云端 Node.js SDK 向 PDF 添加表格

    使用 Node.js 和 Aspose.PDF Cloud SDK 向 PDF 文档中添加表格。...; import { Cell } from "../../../src/models/cell.js" ; import...const row = new Row (); row . cells = []; for ( let colIndex = 0...

    products.aspose.cloud/pdf/zh/nodejs/table/add/