Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 241,384 for

cells

(0.11 sec)
  1. 用C++自定义带有Ribbon XML的Excel文件|Documentation

    学习如何使用C++和Aspose.Cells自定义Excel文件中的Ribbon XML。...Cells 允许你: 保留Ribbon XML而无需解析它, 读取和写入Ribbon...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/customizing-the-ri...
  2. Change the format of a cell with C++|Documentation

    How to use Aspose.Cells library in C++ to change the formatting of Cells, including font, color, border, etc. By adjusting these properties, you have more control over how Cells look and appear....Change the format of a cell with C++ Contents [ Hide ] Possible...style of the cells. How to change the format of a cell in Excel To...

    docs.aspose.com/cells/cpp/how-to-change-format-...
  3. Working with Data in Apache POI and Aspose.Cell...

    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....Cells Contents [ Hide ] This section...the following topics: Getting Cell Contents Insert Hyperlinks in...

    docs.aspose.com/cells/java/working-with-data-in...
  4. Spreadsheet Editor - Working with Files|Documen...

    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....cells.Workbook class. This instance...String name ) { com . aspose . cells . Workbook w ; try ( InputStream...

    docs.aspose.com/cells/java/spreadsheet-editor-w...
  5. Access GridRow in a Worksheet|Documentation

    This article introduces how to get row object (GridRow) in the worksheet in GridWeb....iterators GridCells cells = GridWeb1 . ActiveSheet . Cells ; foreach (...( GridRow row in cells . Rows ) { Console . WriteLine ( row ...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  6. Convert charts to images|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....Cells . Converting Chart To EMF //Instantiating...sample value to "A1" cell worksheet . Cells [ "A1" ]. PutValue...

    docs.aspose.com/cells/net/convert-charts-to-ima...
  7. Calculating IFNA Function with Python.NET using...

    Learn how to calculate IFNA function in Excel files using Aspose.Cells for Python.NET. Handle...Cells Contents [ Hide ] Aspose.Cells for Python.NET...IFNA function using Aspose.Cells for Python.NET: Console Output...

    docs.aspose.com/cells/python-net/calculating-if...
  8. Get Warnings for Font Substitution while Render...

    Learn how to get warnings for font substitution when rendering Excel files to PDF using Aspose.Cells with C++....Cells substitutes fonts. Aspose.Cells provides a feature...you identify why an Aspose.Cells rendered PDF looks different...

    docs.aspose.com/cells/cpp/get-warnings-for-font...
  9. Apply Conditional Formatting in Worksheets with...

    How to use Aspose.Cells library in C++ to apply conditional formatting in worksheets. By adjusting these criteria, you have more control over how Cells look and appear....conditional formatting to a range of cells in a worksheet. Conditional...apply formats to a range of cells, and have that formatting change...

    docs.aspose.com/cells/cpp/apply-conditional-for...
  10. How to Format Number as Date|Documentation

    This article will introduce how to format number to date using Aspose.Cells for Java API....Facilitates Data Entry: When cells are formatted as dates, users...Ribbon (Home Tab) Select the cells containing the numbers you want...

    docs.aspose.com/cells/java/format-number-to-date/