Sort Score
Result 10 results
Languages All
Labels All
Results 2,981 - 2,990 of 238,873 for

aspose cells

(0.67 sec)
  1. 用C++创建工作簿和工作表作用域命名范围|Documentation

    学习如何使用Aspose.Cells和C++创建工作簿和工作表作用域的命名范围。... Aspose.Cells 提供了与 Microsoft Excel 相同...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/create-workbook-an...
  2. 用C++删除Excel中的范围|Documentation

    学习如何使用Aspose.Cells与C++删除Excel中的范围。... 使用Aspose.Cells删除范围 Aspose.Cells提供 Cells.DeleteRange...DeleteRange 方法删除范围。 删除范围并向左移动单元格 用Aspose.Cells删除范围并左移单元格如下代码: #include <iostream>...

    docs.aspose.com/cells/zh/cpp/delete-ranges-from...
  3. Create Dynamic Charts with C++|Documentation

    Learn how to create dynamic charts in Aspose.Cells for C++. Our guide will show you how to dynamically update chart data, series, and formatting based on your requirements, allowing you to present changing data visually in your worksheets....demonstrates the usage of Aspose.Cells for C++ APIs to create dynamic...referred to as ListObjects from Aspose.Cells’s perspective; therefore...

    docs.aspose.com/cells/cpp/create-dynamic-charts/
  4. Combine Multiple Workbooks into a Single Workbo...

    Learn how to combine multiple workbooks into a single workbook using Aspose.Cells with C++.... Aspose.Cells supports this feature. This...simple lines of code using Aspose.Cells. Combining Workbooks with...

    docs.aspose.com/cells/cpp/combine-multiple-work...
  5. 在使用C++将Excel保存为HTML时禁用Downlevel Revealed Commen...

    使用Aspose.Cells和C++在将Excel文件保存为HTML时,消除Downlevel Revealed Comments。...可能的使用场景 将Excel文件保存为HTML时,Aspose.Cells显示了下层条件注释。这些条件注释主要与旧版本的Internet...Downlevel-revealed conditional comment Aspose.Cells允许你通过将 HtmlSaveOptions.G...

    docs.aspose.com/cells/zh/cpp/disable-downlevel-...
  6. 在文档信息面板中添加自定义属性(C++)|Documentation

    学习如何使用 Aspose.Cells 与 C++ 添加在文档信息面板中可见的自定义属性。...Hide ] 在文档信息面板中可见的自定义属性 Aspose.Cells可以用于向工作簿对象中添加可在文档信息面板中看到...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/adding-custom-prop...
  7. Calculate Page Setup Scaling Factor with C++|Do...

    This article provides sample code explaining how to use the C++ API or library to calculate Page Setup scaling factor using Fit to n page(s) wide by m tall option of Excel worksheet programmatically....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create workbook object...

    docs.aspose.com/cells/cpp/calculate-page-setup-...
  8. 使用C++处理数据透视表的数据字段显示格式|Documentation

    学习如何使用Aspose.Cells for C++操作数据透视表中数据字段的显示格式。...使用C++处理数据透视表的数据字段显示格式 Contents [ Hide ] Aspose.Cells支持数据透视表中所有数据字段的数据显示格式。 “...“从最小到最大排名”和“从最大到最小排名”显示格式选项 Aspose.Cells提供设置数据透视字段显示格式的能力。API提供了...

    docs.aspose.com/cells/zh/cpp/working-with-data-...
  9. Implement Subtotal or Grand Total Labels in Oth...

    Learn how to implement subtotal and grand total labels in non‑English languages using Aspose.Cells for C++.... Aspose.Cells allows you to do this using...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class...

    docs.aspose.com/cells/cpp/implement-subtotal-or...
  10. Update Days Preserving History of Revision Logs...

    Learn how to update the number of days for preserving history in a shared workbook using Aspose.Cells with C++....preserving history using Aspose.Cells with WorksheetCollection...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/update-days-preservin...