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

cell

(0.77 sec)
  1. Replace Tables in PDF via Cloud Node.js SDK

    Replace or change tables in PDF docuemnt using Aspose.PDF Cloud. Check the Node.js source code to replace Tables in PDF files....; import { Cell } from "../../../src/models/cell.js" ; import...const row = new Row (); row . cells = []; for ( let colIndex = 0...

    products.aspose.cloud/pdf/nodejs/table/replace/
  2. 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/
  3. Update 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...of a text portion in a table cell. UpdateTableCellPorti API Information...

    docs.aspose.cloud/slides/update-a-text-portion-...
  4. Create a Paragraph|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 add and change text...adjust the alignment within the cells. Use the following method to...

    docs.aspose.cloud/slides/create-a-paragraph-in-...
  5. Update|Documentation

    Use Aspose.Cells Cloud REST API to update a comment on a worksheet Cell in an Excel workbook....REST API updates a worksheet cell comment. REST API POST http://api...http://api.aspose.cloud/v3.0/cells/ { name } /worksheets/ { sheetName...

    docs.aspose.cloud/cells/comments/update/
  6. 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/
  7. 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/
  8. Add Tables to PDF via Cloud Python SDK

    Insert tables into PDFs using Python with Aspose.PDF Cloud SDK. Add structured data dynamically....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/add/
  9. Excel Spreadsheet Programming API to speed up s...

    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....Cells Android Android REST SDK for...the cloud. Get Started Aspose.Cells Cloud SDK for Android Overview...

    products.aspose.cloud/cells/android/
  10. 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/