Sort Score
Result 10 results
Languages All
Labels All
Results 2,931 - 2,940 of 201,353 for

aspose cells

(0.15 sec)
  1. 用 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...
  2. 用C++将VBA证书导出到文件或流|Documentation

    了解如何使用Aspose.Cells for C++将VBA数字证书导出到文件或内存流。...用C++将VBA证书导出到文件或流 Contents [ Hide ] Aspose.Cells允许您将VBA数字证书导出到文件或内存流。您可以使用...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/export-vba-certifi...
  3. Insert or Delete Rows in an Excel Worksheet wit...

    This article provides the C++ code to insert and delete rows in an Excel worksheet.... Aspose.Cells offers two methods for inserting...and deleting rows: Cells.InsertRows and Cells.DeleteRows . These...

    docs.aspose.com/cells/cpp/insert-or-delete-rows...
  4. 通过页面将工作表转换为图像文件|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.... Worksheets [ 0 ]; Aspose . Cells . Rendering . ImageOrPrintOptions...ImageOrPrintOptions options = new Aspose . Cells . Rendering . ImageOrPrintOptions...

    docs.aspose.com/cells/zh/net/converting-workshe...
  5. 将CSV转换为JSON,使用C++|Documentation

    使用简单易用的Aspose.Cells for C++ API将CSV文件转换为JSON。...Contents [ Hide ] 将CSV转换为JSON Aspose.Cells支持将CSV转换为JSON。为此,API提供了 ...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/convert-csv-to-json/
  6. 如何使用C++设置系列不可见|Documentation

    在Excel图表中,你可能需要将系列设置为不可见。本文介绍如何使用Aspose.Cells与C++实现。...接下来,我们将告诉你如何使用Aspose.Cells库实现此功能。 如何使用Aspose.Cells设置系列不可见 我们使用以下代码来将系列设置为不可见:...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/how-to-set-series-...
  7. 用 C++ 将源范围的行高复制到目标范围|Documentation

    学习如何使用 Aspose.Cells for C++ 将行高从源范围复制到目标范围。...Aspose.Cells 提供了 PasteType::RowHeights...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/copy-row-heights-o...
  8. 在 C++ 中如何用 PivotOptions 管理数据透视图|Documentation

    使用 C++ 管理带有 PivotOptions 的数据透视图的方法。... 如何使用数据透视表选项管理数据透视图 通过使用Aspose.Cells,您可以使用 PivotOptions 来管理数据透视图。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/how-to-manage-pivo...
  9. Manage Legend of Excel Charts with C++|Document...

    Learn how to utilize Aspose.Cells for C++ to effectively utilize and customize chart legends in Microsoft Excel. Our comprehensive guide explains the legend's functionality, how to access and modify it, as well as how to improve visualization and data understanding with legends....[ Hide ] Legend Options Aspose.Cells also allows you to manage...the legend of a chart with Aspose.Cells Legend . The following code...

    docs.aspose.com/cells/cpp/chart-legend/
  10. Extract OLE Objects from Workbook with C++|Docu...

    Learn how to extract OLE objects from a workbook using Aspose.Cells with C++.... Aspose.Cells supports extracting and...Download and Install Aspose.Cells Download Aspose.Cells for C++ . Install...

    docs.aspose.com/cells/cpp/extract-ole-objects-f...