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

aspose cells

(0.56 sec)
  1. Add WordArt Watermark to Chart in Aspose.Cells|...

    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....WordArt Watermark to Chart in Aspose.Cells Contents [ Hide ] You can...in the first worksheet. Aspose . Cells . Charts . Chart chart...

    docs.aspose.com/cells/net/add-wordart-watermark...
  2. Calculation of Excel 2016 MINIFS and MAXIFS fun...

    This article introduces how to use the Aspose.Cells library to calculate MINIFS and MAXIFS functions in Microsoft Excel 2016 using C++.... Aspose.Cells also supports the calculation...formula calculation via Aspose.Cells and then saves the results...

    docs.aspose.com/cells/cpp/calculation-of-excel-...
  3. Get Pivot Table refresh date and refresh‑by‑who...

    Learn how to fetch the refresh date and refresh‑by‑who information from a workbook using Aspose.Cells with C++....with C++ Contents [ Hide ] Aspose.Cells now supports fetching the...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/get-pivot-table-refre...
  4. 使用C++检测超链接类型|Documentation

    通过Aspose.Cells for C++ API学习如何检测超链接类型。...Aspose.Cells支持检测超链接类型的功能。超链接的类型由 TargetModeType...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/detect-hyperlink-t...
  5. 使用C++对行和列进行分组和取消分组|Documentation

    学习如何使用Aspose.Cells和C++对Excel文件中的行和列进行分组和取消分组。...息,如下图所示: 分组行和列 行和列的分组管理 Aspose.Cells提供一个类, Workbook 表示Microsoft...Worksheet 类提供一个 Cells 集合,表示工作表中的所有单元格。 Cells 集合提供了几种管理工作表行或列的方法,以下将更详细地讨论其中的一些。...

    docs.aspose.com/cells/zh/cpp/grouping-and-ungro...
  6. Export Worksheet CSS Separately in Output HTML ...

    Learn how to export worksheet CSS separately when converting Excel files to HTML using Aspose.Cells for C++....Possible Usage Scenarios Aspose.Cells provides the feature to...Excel file, adds some text in cell B5 in Red color, and then saves...

    docs.aspose.com/cells/cpp/export-worksheet-css-...
  7. Get Text Width of Cell Value with C++|Documenta...

    Learn how to get Text Width of Cell Value through the Aspose.Cells for C++ API....Ask AI Get Text Width of Cell Value with C++ Contents [ Hide...Hide ] Get Text Width of Cell Value Sometimes developers might need...

    docs.aspose.com/cells/cpp/get-text-width-of-cel...
  8. Pivot Filter with C++|Documentation

    Learn how to add a filter in a pivot table with Aspose.Cells using C++.... By using the Aspose.Cells API, you can add and clear...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/add-or-clear-pivot-fi...
  9. 用C++减少单元格Calculate方法的计算时间|Documentation

    本文介绍如何使用Aspose.Cells库来减少Microsoft Excel中单元格计算方法的计算时间。 通过加载现有的Excel文件或创建一个新文件,我们可以使用Aspose.Cells提供的方法来优化单元格计算方法并提高其性能。 最后,我们将修改后的Excel文件保存到磁盘。...Aspose.Cells提供了 CalculationOptions.GetRecursive()...false 时,只会计算一次依赖单元格,之后不会重新计算。 减少Cell.Calculate()方法的计算时间 以下示例代码演示了...

    docs.aspose.com/cells/zh/cpp/decrease-the-calcu...
  10. 用C++将WAV文件作为OLE对象插入|Documentation

    学习如何使用Aspose.Cells和C++将WAV文件作为OLE对象插入Excel工作表。...用C++将WAV文件作为OLE对象插入 Contents [ Hide ] Aspose.Cells支持向Excel工作表添加不同类型的OLE对象。...我们将在以下示例中演示如何使用Aspose.Cells提供的简便API将WAV文件作为OLE对象添加。 #include...

    docs.aspose.com/cells/zh/cpp/inserting-a-wav-fi...