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

aspose cells

(0.22 sec)
  1. 使用ImageOrPrintOptions的PageIndex和PageCount属性渲染页面...

    使用 Aspose.Cells 和 C++ 将 Excel 文件的页面序列渲染为图像。...Contents [ Hide ] 可能的使用场景 您可以使用 Aspose.Cells 和 ImageOrPrintOptions.GetPageIndex()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/render-sequence-of...
  2. 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...
  3. 使用C++对行和列进行分组和取消分组|Documentation

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

    docs.aspose.com/cells/zh/cpp/grouping-and-ungro...
  4. 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-...
  5. 用 C++ 加密和解密Excel文件|Documentation

    如何使用 C++ 加密和解密Excel文件。锁定和解锁Excel文件。... Aspose.Cells允许您使用所需的加密类型对Microsoft Excel文件进行加密和密码保护。...选择加密类型并确认密码。 使用Aspose.Cells对Excel文件进行加密 以下示例演示了如何用 Aspose.Cells API 对Excel文件进行加密和密码保护。...

    docs.aspose.com/cells/zh/cpp/encrypt-and-decryp...
  6. 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...
  7. 用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...
  8. 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-...
  9. 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...
  10. 使用C++进行页面设置功能|Documentation

    学习如何使用Aspose.Cells结合C++配置Excel文件中的页面设置功能。...Contents [ Hide ] 页面设置功能 Aspose.Cells提供了一套全面的功能,用于配置Excel文件的页...#include <Aspose.Cells.h> using namespace Aspose :: Cells ; void...

    docs.aspose.com/cells/zh/cpp/page-setup-features/