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

aspose cells

(0.16 sec)
  1. Embed Attachment to PDF with C++|Documentation

    Learn how to embed attachments into PDF using Aspose.Cells with C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // For complete examples...

    docs.aspose.com/cells/cpp/embed-attachment-to-pdf/
  2. Working Solution for Worksheet Resizing|Aspose....

    Working solution for worksheet resizing in PowerPoint presentations using C++...PowerPoint presentation through Aspose components are resized to an...PowerPoint presentation using Aspose.Slides for C++. To address...

    docs.aspose.com/slides/cpp/working-solution-for...
  3. Chart to Image with C++|Documentation

    Learn how to use Aspose.Cells for C++ to convert a chart to an image format, such as JPEG or PNG. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a standalone image for further use and manipulation....Hide ] Rendering Charts Aspose.Cells APIs support converting...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/chart-to-image/
  4. 用C++获取ODS文件中的单元格验证|Documentation

    学习如何使用Aspose.Cells for C++ API获取ODS文件中的单元格验证。...Hide ] 获取ODS文件中的单元格验证 利用Aspose.Cells for C++ API,可以获取应用于ODS文件中单元格的验证。该API提供...验证。该API提供 GetValidation 方法和 Cell 类。 以下示例代码演示了如何使用 GetValidation...

    docs.aspose.com/cells/zh/cpp/get-cell-validatio...
  5. Page Setup Features with C++|Documentation

    Learn how to configure page setup features in Excel files using Aspose.Cells with C++....Hide ] Page Setup Features Aspose.Cells provides a comprehensive...#include <Aspose.Cells.h> using namespace Aspose :: Cells ; void...

    docs.aspose.com/cells/cpp/page-setup-features/
  6. 在 C++ 中使用 Aspose.Cells for C++ API 对字体应用上标和下标效果...

    使用 Aspose.Cells for C++ API,在 C++ 中对 Excel 中文本应用上标和下标效果的代码示例。...在 C++ 中使用 Aspose.Cells for C++ API 对字体应用上标和下标效果 Contents [ Hide...Hide ] Aspose.Cells提供将文本应用上标(文本位于基线上方)和下标(文本位于基线下方)效果的功能。 处理上标和下标...

    docs.aspose.com/cells/zh/cpp/apply-superscript-...
  7. 使用Aspose.Cells用C++创建共享工作簿|Documentation

    学习如何使用Aspose.Cells和C++创建共享工作簿。...使用Aspose.Cells用C++创建共享工作簿 Contents [ Hide ] 可能的使用场景 Microsoft...共享工作簿时,多个用户可以在网络上编辑此工作簿。Aspose.Cells使您能够使用 Workbook.GetShared()...

    docs.aspose.com/cells/zh/cpp/create-shared-work...
  8. 使用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...
  9. 仅复制范围数据(无格式) C++实现|Documentation

    学习如何使用Aspose.Cells与C++仅复制范围数据,不包括格式。...Aspose.Cells提供了这一功能。 本文提供了一个使用Aspose.Cells复制数据范围的示例代码。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/copy-range-data-only/
  10. Find the Root Element Name of XML Map with C++|...

    Learn how to find the root element name of an XML map using Aspose.Cells for C++....Element Name of XML Map using Aspose.Cells with the XmlMap.GetRootElementName()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/find-the-root-element...