Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 236,024 for

cells

(0.1 sec)
  1. Set Data Source for the Chart with Node.js via ...

    Learn about the various data sources supported by Aspose.Cells for Node.js via C++. Our guide will walk you through the different types of data sources available and show you how to connect and retrieve data from them to populate your worksheets....Cells as follows: Chart data. Category...charts. We can add a range of cells (containing chart data) by calling...

    docs.aspose.com/cells/nodejs-cpp/data-formattin...
  2. 在 Node.js 中插入范围|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 在 Excel 中插入范围并移动其他数据。...Cells for Node.js via C++ 插入范围 Aspose.Cells for Node...Node.js via C++ 提供 Cells.insertRange(CellArea, number, ShiftType...

    docs.aspose.com/cells/zh/nodejs-cpp/insert-rang...
  3. Combine Multiple Workbooks into a Single Workbo...

    Learn how to combine multiple workbooks into a single workbook using Aspose.Cells with C++....Cells supports this feature. This...lines of code using Aspose.Cells. Combining Workbooks with Images...

    docs.aspose.com/cells/cpp/combine-multiple-work...
  4. 在使用C++将Excel保存为HTML时禁用Downlevel Revealed Commen...

    使用Aspose.Cells和C++在将Excel文件保存为HTML时,消除Downlevel Revealed Comments。...Cells显示了下层条件注释。这些条件注释主要与旧版本的Internet...conditional comment Aspose.Cells允许你通过将 HtmlSaveOptions.GetDisableDownlevelR()...

    docs.aspose.com/cells/zh/cpp/disable-downlevel-...
  5. 在文档信息面板中添加自定义属性(C++)|Documentation

    学习如何使用 Aspose.Cells 与 C++ 添加在文档信息面板中可见的自定义属性。...Cells可以用于向工作簿对象中添加可在文档信息面板中看到的自定义属性。您可以使用Microsoft...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/adding-custom-prop...
  6. 从Web地址插入链接图片(C++)|Documentation

    学习如何使用Aspose.Cells for C++从Web地址在工作表中插入链接图片。...Cells for C++ Aspose.Cells for C++支持使用 Shap...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/zh/cpp/insert-a-linked-pi...
  7. 使用C++处理数据透视表的数据字段显示格式|Documentation

    学习如何使用Aspose.Cells for C++操作数据透视表中数据字段的显示格式。...Cells支持数据透视表中所有数据字段的数据显示格式。 “从最小到...“从最小到最大排名”和“从最大到最小排名”显示格式选项 Aspose.Cells提供设置数据透视字段显示格式的能力。API提供了 PivotField...

    docs.aspose.com/cells/zh/cpp/working-with-data-...
  8. 使用C++为图表工作表创建PdfBookmarkEntry|Documentation

    了解如何使用Aspose.Cells for C++为图表工作表创建PdfBookmarkEntry。...Cells会为普通工作表创建 PdfBookmarkEntry 。但现在Aspose.Cells还可以为图表工作表创建...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/zh/cpp/create-pdfbookmark...
  9. 用C++确定图表中存在的轴|Documentation

    了解如何确定使用Aspose.Cells for C++创建的图表中存在的轴。我们的指南将帮助您理解如何识别和访问图表中的不同轴,包括类别轴、数值轴和次轴。...Cells提供了 Chart.HasAxis(AxisType axisType...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/determine-which-ax...
  10. 在复制行或区域时将图表数据源更改为目标工作表,使用C++|Documentation

    了解在复制行或范围到Aspose.Cells for C++时,如何将图表的数据源更改为目标工作表。我们的指南将向您展示如何更新图表的数据范围并将其链接到目标工作表,确保复制的行或范围在图表中得到准确反映。...GetReferToDestinatio() 属性,并在调用 Cells.CopyRows() 方法时设置为 true 。假如目...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/change-data-source...