Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 235,496 for

cells

(0.18 sec)
  1. Table.ConvertToHorizontallyMergedCells | Aspose...

    Discover how the ConvertToHorizontallyMergedCells method transforms wide merged Cells into horizontally merged ones, enhancing your data organization....Converts cells horizontally merged by width to cells merged by...ConvertToHorizontall () Remarks Table cells can be horizontally merged either...

    reference.aspose.com/words/net/aspose.words.tab...
  2. 用 C++ 在 ODS 文件中保存数据透视表|Documentation

    学习如何使用 Aspose.Cells for C++ 在 ODS 文件中保存数据透视表。...Cells 提供在 ODS 文件中保存数据透视表的功能。你可以将带...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/save-pivot-table-i...
  3. Add Conditional Icons Set with the Cell Text|Do...

    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....Conditional Icons Set with the Cell Text Contents [ Hide ] Sometimes...icons next to the text in a cell to make the data more meaningful...

    docs.aspose.com/cells/java/add-conditional-icon...
  4. 集成到本地模式中的Microsoft Report Viewer|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....Cells for Reporting Services。 但是在本地模式下,Report...限于一些内置格式。 通过在开发机器上安装Aspose.Cells for Reporting Services并按照下面...

    docs.aspose.com/cells/zh/reportingservices/inte...
  5. 如何以及在哪里使用Node.js通过C++的枚举器|Documentation

    学习如何通过Aspose.Cells for Node.js via C++ API使用枚举器。...Cells API提供了一堆枚举器,但本文主要讨论如下三种类型。 单元格枚举器...要求使用任何这些方法。以下是返回单元格枚举器的方法。 Cells.getEnumerator() Row.getEnumerator()...

    docs.aspose.com/cells/zh/nodejs-cpp/how-and-whe...
  6. Public API Changes in Aspose.Cells 8.3.1|Docume...

    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....Cells 8.3.1 Contents [ Hide ] This...describes the changes to the Aspose.Cells API from version 8.3.0 to 8...

    docs.aspose.com/cells/net/public-api-changes-in...
  7. 用 C++ 调整图表数据标签形状以适应文本|Documentation

    学习如何在 Aspose.Cells for C++ 中调整图表中数据标签的形状以适应文本。我们的指南将教您如何调节标签容器的大小和形状,确保文本正确显示,不被截断或重叠。...Cells for C++调整图表数据标签形状以适应文本 为了模仿...为了模仿Excel的调整数据标签形状以适应文本的功能,Aspose.Cells API已暴露布尔类型的 DataLabels.IsResizeShapeToFitTe...

    docs.aspose.com/cells/zh/cpp/resize-chart-s-dat...
  8. 用 C++ 取消冻结 Excel 工作表的行或列|Documentation

    在本文中,您将学习如何使用 Aspose.Cells for C++ API 以编程方式取消冻结 Excel 工作表的行、列或窗格。...Cells for C++ 取消冻结行、列或窗格 使用 Aspose.Cells for C++ 非常简单。调用...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/unfreeze-rows-or-c...
  9. Implement 1904 Date System with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports the implementation of the 1904 date system, allowing users to calculate and format based on the January 1, 1904 date system. This article describes how to implement the 1904 date system using the Aspose.Cells library....Cells. To implement 1904 date system...Aspose.Cells APIs. #include <iostream> #include "Aspose.Cells.h"...

    docs.aspose.com/cells/cpp/implement-1904-date-s...
  10. 用C++创建联合范围|Documentation

    使用Aspose.Cells在Excel文件中创建联合范围...Cells提供了通过 CreateUnionRange 方法创建联合范围的能力。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/create-union-range/