Sort Score
Result 10 results
Languages All
Labels All
Results 2,771 - 2,780 of 229,109 for

aspose cells

(0.17 sec)
  1. Add XML Map inside the Workbook using XmlMapCol...

    Add XML Map inside the workbook using XmlMapCollection.Add method with C++....Possible Usage Scenarios Aspose.Cells provides XmlMapCollection...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/add-xml-map-inside-th...
  2. Getting Started|Documentation

    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....show you how to install Aspose Cells, and create a Hello World...application. Installation Install Aspose.Cells through NuGet NuGet is the...

    docs.aspose.com/cells/net/getting-started/
  3. 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/
  4. 用C++设置边距|Documentation

    学习如何使用C++设置Excel工作表的边距。本指南涵盖了设置页面边距、居中内容以及以编程方式配置页眉和页脚边距的方法,使用Aspose.Cells for C++。...用C++设置边距 Contents [ Hide ] Aspose.Cells 完全支持微软 Excel 的页面设置选项。开发...本主题讨论如何使用 Aspose.Cells 配置页面边距。 设置页边距 Aspose.Cells 提供一个 Workbook...

    docs.aspose.com/cells/zh/cpp/setting-margins/
  5. 操作位置、大小和设计图表的方法(C++)|Documentation

    学习如何使用Aspose.Cells for C++高效操作Microsoft Excel中的位置、大小和设计图表。我们的指南将演示如何调整这些属性以改善布局和可视化效果。...Aspose.Cells提供了 Chart.GetChartObject()...以下示例解释了上述API的使用方法,它加载包含图表的现有工作簿的第一个工作表。然后使用Aspose.Cells重新调整和重新定位图表。 #include <iostream>...

    docs.aspose.com/cells/zh/cpp/manipulate-positio...
  6. 用C++显示和隐藏行、列和滚动条|Documentation

    本文演示了如何使用C++语言和Aspose.Cells API以编程方式显示和隐藏Excel工作表的行和列。可以调整滚动条的可见性,并隐藏多行和多列。...Hide ] Aspose.Cells 提供了控制工作表行、列和滚动条显示状态的方法。 显示和隐藏行和列 Aspose.Cells...Worksheet 类提供一个 Cells 集合,表示工作表中的所有单元格。 Cells 集合提供多种管理工作表中行或列的方法,这里简要介绍几种。...

    docs.aspose.com/cells/zh/cpp/show-and-hide-rows...
  7. Integrate Aspose.BarCode for .NET with Aspose.C...

    How to Intergrate Aspose.BarCode with Aspose.Cells...Integrate Aspose.BarCode for .NET with Aspose.Cells Contents [...label can be inserted into a cell in the format of raster (Raster...

    docs.aspose.com/barcode/net/integrate-with-aspo...
  8. Reading and Writing Query Table of Worksheet wi...

    Learn how to read and write query tables in Excel worksheets using Aspose.Cells with C++....with C++ Contents [ Hide ] Aspose.Cells provides the Worksheet.QueryTables...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/reading-and-writing-q...
  9. Delete Named Ranges with C++|Documentation

    Learn how to remove defined names or named ranges from Excel or OpenOffice files using Aspose.Cells for C++....Range using Aspose.Cells for C++ With Aspose.Cells for C++, you...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/delete-named-ranges/
  10. 如何使用C++将HTML转换为PDF|Documentation

    本主题展示如何使用Aspose.Cells for C++将HTML转换为PDF以及MHTML转换为PDF。...如何使用C++将HTML转换为PDF Contents [ Hide ] 概述 Aspose.Cells is a professional solution...C++中的HTML转PDF转换 如何将HTML转换为PDF?使用 Aspose.Cells for C++ 库,您可以轻松通过几行代码实现...

    docs.aspose.com/cells/zh/cpp/convert-html-to-pdf/