Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 236,024 for

cells

(0.18 sec)
  1. 用C++直接计算自定义函数,无需在工作表中编写|Documentation

    本文介绍如何使用Aspose.Cells库在Microsoft Excel中直接计算自定义函数,而无需在工作表中编写函数。 通过加载现有的Excel文件或创建一个新的Excel文件,我们可以使用Aspose.Cells提供的方法来计算自定义函数并获得结果。 最后,我们将修改后的Excel文件保存到磁盘。...Cells。”,然后此值将由计算引擎自动与单元格A1的值“欢迎来到”拼接,最终返回“欢迎来到Aspose...”拼接,最终返回“欢迎来到Aspose.Cells。”。如代码所示,我们没有在工作表中写入任何自定义函数,而是通过我们自己的自定义逻辑直接计算。...

    docs.aspose.com/cells/zh/cpp/direct-calculation...
  2. Table.cell_spacing property | Aspose.Words for ...

    Table.cell_spacing property. Gets or sets the amount of space (in points) between the Cells....cell_spacing property Table.cell_spacing property Gets or sets...points) between the cells. @property def cell_spacing ( self ) ->...

    reference.aspose.com/words/python-net/aspose.wo...
  3. How to Control Workbook View with C++|Documenta...

    Learn how to control workbook view using the Aspose.Cells for C++ API....Cells offers this feature. Aspose.Cells provides the...Workbook View using Aspose.Cells for C++ This example shows how...

    docs.aspose.com/cells/cpp/how-to-control-workbo...
  4. Specifying DBNum Custom Pattern Formatting with...

    Aspose.Cells is a C++ library for working with spreadsheet files that supports formatting dates and numbers using custom formatting patterns. This article will show you how to use the Aspose.Cells library to specify the 'dbnum' custom format pattern so that users have more control over how numbers are displayed....Cells supports the DBNum custom pattern...formatting. For example, if your cell value is 123 and you specify...

    docs.aspose.com/cells/cpp/specifying-dbnum-cust...
  5. Getting Started|Documentation

    Setup Aspose.Cells for Python via Java and installation guidelines....Cells for Python via Java is a platform‑independent...0_131 \ bin ; Install Aspose.Cells for Python via Java from PyPI...

    docs.aspose.com/cells/python-java/getting-started/
  6. Sorting Worksheet Data|Documentation

    This article introduces how to sort data in worksheet in GridDesktop....Cells.GridDesktop, please follow the...event is triggered every time a cell range selected by a user is...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  7. 单元格中的新行|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 - 单元格中的新行 为了确保单元格中的文本可以被读取,...要的确切位置。 要在单元格中换行,请使用Aspose.Cells.Style.IsTextWrapped属性。 C# Workbook...

    docs.aspose.com/cells/zh/net/new-line-in-cells/
  8. Specify Maximum Rows of Shared Formula with C++...

    Learn how to specify the maximum rows of shared formula in Excel files using Aspose.Cells for C++....Cells provides the GetMaxRowsOfSharedFo()... adds the shared formula in cell D1 for 100 rows, and saves to...

    docs.aspose.com/cells/cpp/specify-maximum-rows-...
  9. Copy Sparkline by Specifying Data Range and Loc...

    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....Sparkline to other cells. Select the cell containing your Sparkline...and click OK. Example Aspose.Cells provides the SparklineCollection...

    docs.aspose.com/cells/java/copy-sparkline-by-sp...
  10. 获取条件格式中使用的图标集、数据条或颜色比例对象(适用于C++)|Documentation

    Aspose.Cells for C++ 是一个用于操作电子表格文件的库。它支持在条件格式中使用图标集、数据条和颜色刻度对象以显示电子表格中的数据。本文介绍如何使用 Aspose.Cells 库获取这些对象的数据。...Cells for C++ 支持此功能。 以下示例代码显示如何读取用于条件格式的图标集。通过...以下示例代码显示如何读取用于条件格式的图标集。通过 Aspose.Cells 简单的 API,图标集的图像数据将被保存为图像。 #include...

    docs.aspose.com/cells/zh/cpp/get-icon-sets-data...