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

aspose cells

(0.66 sec)
  1. Add Signature Line to the Worksheet with C++|Do...

    This article describes how to add a signature line to the worksheet using C++ codes with Aspose.Cells for C++....Contents [ Hide ] Introduction Aspose.Cells provides the Picture.SignatureLine...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/add-signature-line/
  2. Export Worksheet or Chart into Image with Desir...

    Use Aspose.Cells to export worksheet or chart into image with desired width and height in C++....Contents [ Hide ] You can use Aspose.Cells to export your worksheet...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/export-worksheet-or-c...
  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. 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/
  5. 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/
  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...