Sort Score
Result 10 results
Languages All
Labels All
Results 3,101 - 3,110 of 238,873 for

aspose cells

(0.34 sec)
  1. 在 C++ 中设置公式的外部链接|Documentation

    学习如何使用 Aspose.Cells 将外部文件链接包含在公式中,使用 C++。...Aspose.Cells提供了这个功能,本文档解释了如何使用它。 下面的...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/set-external-links...
  2. Reusing Style Objects with C++|Documentation

    In Aspose.Cells for C++, by creating and using reusable style objects, you can simplify style management and improve code efficiency. Our guide will help you leverage the advantages of reusable style objects and implement them in your application....formatting to a large range of cells in a worksheet: Create a style...attributes. Apply the style to the cells in the range. #include <iostream>...

    docs.aspose.com/cells/cpp/reusing-style-objects/
  3. Implementing Non-Sequential Ranges with C++|Doc...

    Learn how to create named ranges with non-adjacent Cells using Aspose.Cells with C++....ranges are rectangular with cells continuous and adjacent to each...non-sequential cell range in which cells are not adjacent. Aspose.Cells...

    docs.aspose.com/cells/cpp/implementing-non-sequ...
  4. Show Formulas Instead of Values in a Worksheet ...

    This article provides sample code for using the C++ API to programmatically display formulas rather than values in an Excel worksheet or spreadsheet....same thing using Aspose.Cells. Aspose.Cells provides a Worksheet...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/show-formulas-instead...
  5. 检测工作表中的合并单元格|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 C++ 库。它支持检测工作表中的合并单元格,方便用户识别和操作这些单元格。本文将介绍如何使用 Aspose.Cells 库检测合并单元格。... Aspose.Cells允许您在工作表中获取合并的单元区域。您也可以取消合并(拆分)它们。本文展示了使用...。本文展示了使用 Aspose.Cells API 执行任务的最简单的代码。 该组件提供 Cells::GetMergedAreas()...

    docs.aspose.com/cells/zh/cpp/detect-merged-cell...
  6. 使用C++识别自闭合标签|Documentation

    学习使用C++结合Aspose.Cells处理HTML中的自闭合标签的方法。... Aspose.Cells supports both these formats...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/recognise-self-clo...
  7. 用C++管理范围|Documentation

    学习如何使用Aspose.Cells和C++管理Excel文件中的范围。通过编程创建、修改和设置范围样式。...您所选的矩形区域也可以通过Aspose.Cells轻松地创建为对象。 这里是如何创建范围、设置值、...范围”对象进行更多操作。 使用Aspose.Cells管理范围 Aspose.Cells提供了一个代表Microsoft...

    docs.aspose.com/cells/zh/cpp/managing-ranges/
  8. 使用C++管理Excel图表的图例|Documentation

    学习如何利用 Aspose.Cells for C++ 高效利用和定制Microsoft Excel中的图表图例。我们的全面指南介绍了图例的功能、访问和修改方法,以及如何利用图例改善可视化和数据理解。...使用C++管理Excel图表的图例 Contents [ Hide ] 图例选项 Aspose.Cells 还允许你在运行时管理图表的图例。通过 图例 对象,图例可以被移动、更新和格式化。...对象,图例可以被移动、更新和格式化。 | | 设置图表的图例 使用Aspose.Cells的 图例 管理图表的图例非常简单。 以下代码片段演示如何管理图例:...

    docs.aspose.com/cells/zh/cpp/chart-legend/
  9. 用 C++ 测量单元格值的宽度和高度(以像素为单位)|Documentation

    学习如何通过Aspose.Cells for C++ API测量单元格值的宽度和高度(像素单位)。...Aspose.Cells 为此目的提供了 Cell.GetWidthOfValue() 和 Cell.GetHeightOfValue()...另外,你还可以使用Aspose.Cells API 自动调整行高和列宽 。 以下代码解释了 Cell.GetWidthOfValue()...

    docs.aspose.com/cells/zh/cpp/calculate-the-widt...
  10. Manage Axes of Excel Charts with C++|Documentation

    Learn how to configure chart axes in Aspose.Cells for C++. Our guide will show you how to adjust the primary and secondary axes, set their ranges, and modify their properties to enhance your charts....Axis: Z Axis Axis Options Aspose.Cells also allows you to manage...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/chart-axes/