Sort Score
Result 10 results
Languages All
Labels All
Results 3,421 - 3,430 of 243,682 for

aspose cells

(0.23 sec)
  1. Using Sparklines and Settings 3D Format with C+...

    Learn how to use sparklines and apply 3D formatting in Excel files using Aspose.Cells with C++....mini‑charts that you can place inside cells so that you can view data and...with a lot of busy charts. Aspose.Cells provides an API for manipulating...

    docs.aspose.com/cells/cpp/using-sparklines-and-...
  2. Refresh Values of Linked Shapes with C++|Docume...

    Learn how to refresh values of linked shapes in Excel files using Aspose.Cells for C++....Excel file which is linked to a cell. In Microsoft Excel, changing...changing the value of the linked cell also changes the value of the...

    docs.aspose.com/cells/cpp/refresh-values-of-lin...
  3. Limiting font folders and providing custom path...

    Hi, I have a usecase where I need to let Aspose Cells api know where to look for fonts. I use the below mentioned line to achieve that: Fontconfigs.setFontFolders(new String[]{“pathToMyDir”}, true); I also have a usec…...and providing custom paths Aspose.Cells Product Family oraspose...usecase where I need to let aspose cells api know where to look for...

    forum.aspose.com/t/limiting-font-folders-and-pr...
  4. 设置共享公式(用 C++)|Documentation

    学习如何在 Excel 工作表中用 Aspose.Cells 设置共享公式,使用 C++。...如果你想在工作表中添加一个会进行计算的函数,本文介绍如何使用 Aspose.Cells实现此任务。 使用Aspose.Cells设置共享公式 假设您有一个填...09" 。本文介绍了如何使用Aspose.Cells应用此公式。 Aspose.Cells允许您使用 GetFormula...

    docs.aspose.com/cells/zh/cpp/setting-shared-for...
  5. Use Error Checking Options with C++|Documentation

    In this article, you will find sample code that will programmatically use error checking options of Excel worksheets e.g. Numbers stored as Text using C++ API or Library....at the top right corner of a cell is highlighted when there’s...there’s a problem with the cell. Excel provides information that helps...

    docs.aspose.com/cells/cpp/use-error-checking-op...
  6. CellFormat.vertical_merge property | Aspose.Wor...

    CellFormat.vertical_merge property. Specifies how the cell is merged with other Cells vertically....Specifies how the cell is merged with other cells vertically. @property...vertical_merge ( self ) -> aspose . words . tables . CellMerge...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CellFormat.shading property | Aspose.Words for ...

    CellFormat.shading property. Returns a [Shading](../../../Aspose.words/shading/) object that refers to the shading formatting for the cell....for the cell. @property def shading ( self ) -> aspose . words...apply them to every row and cell that we add with it. builder...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 使用 C++ 设置标题和正文主题字体|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的 C++ 库。它支持在 Excel 文档中设置标题和正文主题字体,帮助用户自定义文档的外观和样式。本文介绍如何使用 Aspose.Cells 库处理 Excel 文档中的标题和正文主题字体。...程序matically 更改标题和正文字体 有了 Aspose.Cells for C++,我们可以检查默认字体是否为主题字体,或通过...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/headings-and-body-...
  9. 用C++设置工作表标签颜色|Documentation

    本文演示使用C++ API或库编程设置Excel工作表标签颜色的示例代码。...用C++设置工作表标签颜色 Contents [ Hide ] Aspose.Cells允许您更改单个工作表标签的颜色,使其与其他工作表...确定 。 使用Aspose.Cells设置工作表选项卡颜色 以下示例代码显示如何使用Aspose.Cells来设置选项卡颜色。...

    docs.aspose.com/cells/zh/cpp/set-worksheet-tab-...
  10. Saving File to Response Object with Python.NET|...

    Learn how to save Excel files directly to HTTP response streams using Aspose.Cells for Python via .NET....NET Contents [ Hide ] Aspose.Cells for Python via .NET enables...XLS Files import os from aspose.cells import Workbook , XlsSaveOptions...

    docs.aspose.com/cells/python-net/saving-file-to...