Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 27,089 for

excel worksheet

(0.94 sec)
  1. Json|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.... Convert Excel Workbook to JSON The Aspose...settings for exporting a worksheet to JSON. The following code...

    docs.aspose.com/cells/net/convert-workbook-to-j...
  2. 生成的pdf和excel有差异 pdf为什么data label无法正常显示 - Free S...

    test.zip (241.7 KB) image.png (54.5 KB) image (1).png (88.9 KB) 如图所示 麻烦帮忙看下这是为什么...生成的pdf和excel有差异 pdf为什么data label无法正常显示 Aspose.Cells Product Family...3:17pm 2 @ChenGY1234 问题概述 您在将 Excel 转成 PDF (或直接使用 Aspose.PDF 创建图表)时,...

    forum.aspose.com/t/pdf-excel-pdf-data-label/321829
  3. HTML with JavaScript via C++|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....Contents [ Hide ] Converting Excel Workbook to HTML The Aspose...h1 > Aspose.Cells - Convert Excel to HTML </ h1 > < input type...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  4. 在VSTO和Aspose.Cells中自动筛选数据|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.... VSTO Excel . Application ExcelApp = Application...Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/zh/net/auto-filter-data-i...
  5. Copy VBA Macro UserForm DesignerStorage from Te...

    Learn how to copy VBA Macro UserForm DesignerStorage from a template to a target workbook using Aspose.Cells for C++....project from one Excel file into another Excel file. A VBA project...VBA project from the template Excel file into an empty workbook...

    docs.aspose.com/cells/cpp/copy-vba-macro-userfo...
  6. Consolidation Function|Documentation

    How to apply ConsolidationFunction to Data Fields of Pivot Table with Aspose.Cells for JavaScript via C++.... In Microsoft Excel, you can right‑click the value...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/javascript-cpp/consolidat...
  7. 在C++中刷新AutoFilter后获取所有隐藏行的索引|Documentation

    学习如何使用Aspose.Cells for C++ API在刷新AutoFilter后获取所有隐藏行的索引。...但是可能会出现这种情况,一些行已经被Excel终端用户手动隐藏,它们不是由自动筛选隐藏的。这使得难以知...道哪些行是由自动筛选隐藏的,哪些是由Excel终端用户手动隐藏的。Aspose.Cells使用int[] AutoFilter...

    docs.aspose.com/cells/zh/cpp/get-all-hidden-row...
  8. Excel 中使用 C++ 更改批注背景色的方法|Documentation

    如何更改 Excel 批注中的颜色。以及如何使用 C++ 在批注中插入图片或图像。...在 Excel 中使用 C++ 更改批注背景色的方法 Contents [ Hide ] 批注被添加到单元格,用于记录评...如何在Excel中更改评论的颜色 当你不需要批注的默认背景色时,可以用自己关注的颜色替换它。如何更改 Excel 中批注框的背景色?...

    docs.aspose.com/cells/zh/cpp/how-to-set-comment...
  9. 如何用C++创建组合图表|Documentation

    了解如何使用Aspose.Cells for C++创建组合图表。我们的全面指南将演示如何将不同类型的图表组合成一个组合图表,以实现更有效的数据展示。...如何用C++创建组合图表 Contents [ Hide ] 可能的使用场景 Excel中的组合图表让您能够利用此选项,因为您可以轻松地组合两种...表。 示例代码 以下示例代码加载了 示例Excel文件 并生成了 输出Excel文件 。 #include <iostream>...

    docs.aspose.com/cells/zh/cpp/create-combo-chart/
  10. 用C++插入时间线|Documentation

    学习如何用C++和Aspose.Cells创建时间线。...Microsoft Excel允许通过选择数据透视表并点击 插入 > 时间线 来创建时间线。Aspose...来创建时间线。Aspose.Cells也支持使用 Worksheet.Timelines.Add() 方法创建时间线。 创建时间轴到透视表...

    docs.aspose.com/cells/zh/cpp/create-timeline/