Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 242,880 for

cells

(1.17 sec)
  1. 使用 C++ 自定义图表|Documentation

    了解如何在Aspose.Cells for C++中自定义图表。我们的指南将演示如何修改图表布局、添加和格式化数据系列、调整轴线,以及应用各种格式选项,提升图表的外观和可用性。...Cells API также支持创建自定义图表,允许开发人员自己设置格式。...开发人员可以使用Aspose.Cells在运行时创建自定义图表。 图表由数据系列组成。在Aspose.Cells中,每个数据系列由 Series...

    docs.aspose.com/cells/zh/cpp/customizing-charts/
  2. 通过JavaScript和C++计算页面设置缩放比例因子|Documentation

    本文提供示例代码,说明如何通过C++中的JavaScript API以编程方式计算Excel工作表的页面设置缩放比例,使用“适合n页宽 m页高”选项。...Cells Example - Page Scale </ title...body > < script src = "aspose.cells.js.min.js" ></ script > < script...

    docs.aspose.com/cells/zh/javascript-cpp/calcula...
  3. 使用 C++ 合并文件|Documentation

    学习如何使用 Aspose.Cells for C++ 高效合并Excel文件。...Cells 提供多种合并文件的方法。对于包含数据、格式和公式的简单文件,可以使用...MergeFiles 静态方法来合并多个文件。 使用Aspose.Cells合并文件 以下示例代码演示如何使用 CellsHelper...

    docs.aspose.com/cells/zh/cpp/merge-files/
  4. Get the Version Number of the Application that ...

    Learn how to retrieve the version number of the application that created an Excel document using Aspose.Cells with C++....Cells provides the Workbook.GetVersion()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/get-the-version-numbe...
  5. 使用 C++ 获取带外部链接的范围|Documentation

    学习如何使用 Aspose.Cells 和 C++ 获取带外部链接的范围。...Cells 提供通过 Name.GetReferredAreas 方法检索这些外部链接的选项。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/get-range-with-ext...
  6. Create High-Low-Close(HLC) Stock Chart with C++...

    Learn how to create a high-low-close stock chart using Aspose.Cells for C++. Our step-by-step guide will demonstrate how to plot stock market data, including the high, low, and close prices, onto a chart for better analysis and visualization....Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create an instance of...

    docs.aspose.com/cells/cpp/create-high-low-close...
  7. 用C++创建成交量 开盘 最高 最低 收盘(VOHLC)股票图表|Documentation

    学习如何用Aspose.Cells for C++创建成交量 开盘 最高 最低 收盘股票图表。该指南将演示如何绘制股票市场数据,包括成交量、开盘、最高、最低和收盘价,以便更好的分析与可视化。...Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create an instance of...

    docs.aspose.com/cells/zh/cpp/create-volume-open...
  8. 合并相邻单元格|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....FilePath + "Merge two adjacent cells.xlsx" ; string sheetName = "Sheet1"...adjacent cells, merges the two cells. // When two cells are merged...

    docs.aspose.com/cells/zh/net/merge-two-adjacent...
  9. Search Data using Original Values with C++|Docu...

    Learn how to Search Data using Original Values through the Aspose.Cells for C++ API.... For example, suppose cell D4 has formula =Sum(A1:A2) and...you can find it using Aspose.Cells using LookInType.OriginalValues...

    docs.aspose.com/cells/cpp/search-data-using-ori...
  10. Create Dynamic Charts|Documentation

    Learn how to create dynamic charts in Aspise.Cells for .NET. 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....Cells for .NET APIs to create dynamic...as ListObjects from Aspose.Cells' perspective; therefore, we...

    docs.aspose.com/cells/net/create-dynamic-charts/