Sort Score
Result 10 results
Languages All
Labels All
Results 3,021 - 3,030 of 239,180 for

aspose cells

(0.16 sec)
  1. 使用C++识别自闭合标签|Documentation

    学习使用C++结合Aspose.Cells处理HTML中的自闭合标签的方法。... Aspose.Cells supports both these formats...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/recognise-self-clo...
  2. 创建Excel图表并将其嵌入演示文稿作为OLE对象|Aspose.Slides 文档

    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....Aspose通过使用Aspose.Cells for C++提供创建Excel图表的支持,进一步通过Aspose...C++提供创建Excel图表的支持,进一步通过Aspose.Slides for C++将这些图表嵌入到PowerPoint幻灯片中作为OLE对象。本文涵盖了创建和嵌入MS...

    docs.aspose.com/slides/zh/cpp/creating-excel-ch...
  3. 使用抽象计算引擎与C++返回值范围|Documentation

    本文介绍如何使用Aspose.Cells库与C++在Microsoft Excel中返回值范围的抽象计算引擎。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法获取值范围并返回结果。最后,我们将修改后的Excel文件保存到磁盘。...使用抽象计算引擎与C++返回值范围 Contents [ Hide ] Aspose.Cells提供 AbstractCalculationE 类,用于实现Microsoft...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class...

    docs.aspose.com/cells/zh/cpp/returning-a-range-...
  4. Set Default Font while rendering spreadsheet to...

    Learn how to set the default font while rendering spreadsheets to images using Aspose.Cells with C++....property is used for all those cells which have invalid or non‑existent...workbook, adds some text in cell A4 of the first worksheet, and...

    docs.aspose.com/cells/cpp/set-default-font-whil...
  5. 档案

    档案...Excel 文件中的行和列的 C++ API # Aspose.Cells for C++ 是一个原生 C++ 库,允许您创建、读取和修改...部分下载。 PM> Install-Package Aspose.Cells.Cpp 使用 C++ 复制 Excel 文件中的单行...

    blog.aspose.com/zh/cells/copy-rows-and-columns-...
  6. Get DrawObject and Bound while rendering to PDF...

    Learn how to use the DrawObjectEventHandler class in C++ to capture DrawObject and Bound while rendering Excel files to PDF or images....Possible Usage Scenarios Aspose.Cells provides an abstract class...and its bounds of existing cells and objects, e.g., images, etc...

    docs.aspose.com/cells/cpp/get-drawobject-and-bo...
  7. 使用 C++ 进行重采样添加的图片 Excel 转 PDF 转换|Documentation

    学习如何使用 Aspose.Cells 与 C++ 进行重采样以减少 PDF 大小。...Aspose.Cells支持重新采样已添加的图像,以减小输出的PDF文件大小并稍微提高性能。...稍微提高性能。 请参阅以下示例代码,描述如何使用Aspose.Cells API执行该任务。该示例将Microsoft ...

    docs.aspose.com/cells/zh/cpp/resampling-added-i...
  8. Determine which Axis exists in the Chart with C...

    Learn how to determine which axis exists in a chart created using Aspose.Cells for C++. Our guide will help you understand how to identify and access the different axes in a chart, including category, value, and secondary axes.... Aspose.Cells provides the Chart.HasAxis(AxisType...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/determine-which-axis-...
  9. Get or Set the Class Identifier of the Embedded...

    Learn how to get or set the class identifier of embedded OLE objects using Aspose.Cells with C++....Possible Usage Scenarios Aspose.Cells provides the OleObject....#include <iostream> #include "Aspose.Cells.h" #include <guiddef.h>...

    docs.aspose.com/cells/cpp/get-or-set-the-class-...
  10. 用 C++ 测量单元格值的宽度和高度(以像素为单位)|Documentation

    学习如何通过Aspose.Cells for C++ API测量单元格值的宽度和高度(像素单位)。...Aspose.Cells 为此目的提供了 Cell.GetWidthOfValue() 和 Cell.GetHeightOfValue()...另外,你还可以使用Aspose.Cells API 自动调整行高和列宽 。 以下代码解释了 Cell.GetWidthOfValue()...

    docs.aspose.com/cells/zh/cpp/calculate-the-widt...