Sort Score
Result 10 results
Languages All
Labels All
Results 3,001 - 3,010 of 239,180 for

aspose cells

(0.14 sec)
  1. 将Excel转换为高分辨率图像——使用C++|Documentation

    使用Aspose.Cells与C++从Excel文件生成高分辨率图像。...Aspose.Cells提供设置 ImageOrPrintOptions...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-h...
  2. Create Dynamic Charts with C++|Documentation

    Learn how to create dynamic charts in Aspose.Cells for C++. Our guide will show you how to dynamically update chart data, series, and formatting based on your requirements, allowing you to present changing data visually in your worksheets....demonstrates the usage of Aspose.Cells for C++ APIs to create dynamic...referred to as ListObjects from Aspose.Cells’s perspective; therefore...

    docs.aspose.com/cells/cpp/create-dynamic-charts/
  3. 将图表转换为图像|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....还有另一种选择,您可以使用 Aspose.Cells 将 Excel 图表转换为图像。 将图表转换为...sample value to "A1" cell worksheet . Cells [ "A1" ]. PutValue...

    docs.aspose.com/cells/zh/net/convert-charts-to-...
  4. Remove ActiveX Control with C++|Documentation

    Learn how to remove ActiveX Control from workbooks using Aspose.Cells for C++....] Remove ActiveX Control Aspose.Cells provides the ability to...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/remove-activex-control/
  5. 使用C++获取工作表唯一ID|Documentation

    本文介绍如何用C++库和API程序化获取Excel工作表的唯一ID。...[ Hide ] ** 获取工作表唯一ID** Aspose.Cells 提供通过 GetUniqueId() 方法获取...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/get-worksheet-uniq...
  6. 检测工作表中的合并单元格|Documentation

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

    docs.aspose.com/cells/zh/cpp/detect-merged-cell...
  7. 使用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/
  8. 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/
  9. 用C++实现Z轴|Documentation

    学习如何操作Aspose.Cells for C++中的Z轴。我们的指南将帮助您了解如何配置和定制Z轴,包括其比例和标签,以增强您的图表效果。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Charts ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/zh/cpp/z-axis/
  10. 通过C++设置Excel和ODS文件的条件格式|Documentation

    如何在C++中对Excel和ODS文件应用条件格式。... Aspose.Cells支持在运行时将条件格式应用于单元格。本文解释了如...el用于颜色标度条件格式的颜色。 应用条件格式 Aspose.Cells支持多种方式的条件格式: 使用设计师电子表格 使用复制方法。...

    docs.aspose.com/cells/zh/cpp/conditional-format...