Sort Score
Result 10 results
Languages All
Labels All
Results 2,741 - 2,750 of 241,981 for

aspose cells

(0.31 sec)
  1. 用 C++ 格式化数据透视表|Documentation

    学习如何使用 Aspose.Cells for C++ 自定义数据透视表的外观。...Aspose.Cells 也支持这些格式。访问方式: 将 PivotTable...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/formatting-pivot-t...
  2. Copy and Move Worksheets Within and Between Wor...

    Learn how to copy and move worksheets within and between Excel workbooks using Aspose.Cells for C++.... Aspose.Cells supports copying or moving...and install Aspose.Cells: Download Aspose.Cells for C++ Install...

    docs.aspose.com/cells/cpp/copy-and-move-workshe...
  3. Different Ways to Save Files with C++|Documenta...

    Aspose.Cells for C++ can save files to different formats. Save files to PDF, HTML, DOCX, PPTX, JSON, and MHTML....with C++ Contents [ Hide ] Aspose.Cells makes it possible to create...Different Ways to Save Files Aspose.Cells provides the Workbook which...

    docs.aspose.com/cells/cpp/different-ways-to-sav...
  4. 用C++渲染切片器|Documentation

    使用Aspose.Cells和C++渲染Excel文件中的切片器。...Contents [ Hide ] 可能的使用场景 Aspose.Cells支持对切片器形状进行渲染。如果将工作表转换为图像...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/rendering-slicer/
  5. 使用 C++ 将工作表渲染到图形上下文|Documentation

    学习如何使用 Aspose.Cells for C++ 将工作表渲染到图形上下文。...将工作表渲染到图形上下文 Contents [ Hide ] Aspose.Cells 现在可以将工作表渲染到图形上下文。图形上下文可...float height) * 以下代码演示了如何使用 Aspose.Cells 将工作表渲染到图形上下文。一旦执行代码,它将打...

    docs.aspose.com/cells/zh/cpp/render-worksheet-t...
  6. 在加载工作簿时使用C++过滤VBA项目|Documentation

    了解如何在使用Aspose.Cells与C++加载Excel工作簿时过滤VBA项目。...Aspose.Cells在打开此类工作簿时会无条件加载这些(元)数据。当你只需要提取工作表名称时,可以通过...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/filter-vba-project...
  7. Extract Text from the Gear Type SmartArt Shape ...

    Learn how to extract text from Gear Type SmartArt shapes in Excel using Aspose.Cells for C++ with step-by-step guidance and code examples....Possible Usage Scenarios Aspose.Cells for C++ can extract text...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/extract-text-from-the...
  8. Find Type of X and Y Values of Points in Chart ...

    Learn how to determine the type of X and Y values in chart series points using Aspose.Cells for C++. Our guide will explain the different types of data values and show you how to access and work with them in your charts.... Aspose.Cells provides ChartPoint::get_XValueType...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/find-type-of-x-and-y-...
  9. 使用C++处理形状或图表的反射效果|Documentation

    学习如何使用Aspose.Cells和C++处理形状或图表的反射效果。...Contents [ Hide ] 可能的使用场景 Aspose.Cells提供 Shape.Reflection 属性和 ReflectionEffect...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/working-with-the-r...
  10. 用 C++ 在图表中添加 WordArt 水印|Documentation

    学习如何使用 Aspose.Cells for C++ 向 Microsoft Excel 图表添加 WordArt 水印。我们的指南将演示如何创建和定位 WordArt 水印,以提升图表的视觉吸引力和独特性。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // For complete examples...

    docs.aspose.com/cells/zh/cpp/add-wordart-waterm...