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

aspose cells

(0.19 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. 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 the XmlMapCollection...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/add-xml-map-inside-th...
  3. Line Breaks and Text Wrapping with C++|Document...

    How to implement text wrapping and word wrap using the Aspose.Cells library in C++. By using the Aspose.Cells library, you can easily insert text in Cells and set the text wrapping method, such as manual word wrap, word wrap, etc. This document details how to implement these features and provides sample code for your reference....Hide ] To ensure that text in a cell can be read, explicit line breaks...turns one line into several in a cell, which explicit line breaks...

    docs.aspose.com/cells/cpp/line-breaks-and-text-...
  4. 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...
  5. 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/
  6. Access and Modify the Display Label of the Link...

    Learn how to access and modify the display label of linked Ole Objects in Excel files using Aspose.Cells for C++....of the OLE object using Aspose.Cells APIs with the GetLabel()...its label from Sample APIs to Aspose APIs . The console output below...

    docs.aspose.com/cells/cpp/access-and-modify-the...
  7. Runtime Error 429|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....AsposeClientTools = CreateObject(“Aspose.Cells.ReportingServices.Client...AsposeClient”). Solution Re-register Aspose.Cells.ReportingServices.Client...

    docs.aspose.com/cells/reportingservices/runtime...
  8. 使用 C# 添加、提取、删除 PDF 中的表格 | Aspose.PDF

    使用 Aspose.PDF for .NET,使用 C# 示例代码,以编程方式管理 PDF 文件中的表格...NET 库 为了使用 table,我们将使用 Aspose.PDF for .NET API,这是一款功能丰富、功能强大且易于使用的适用于...平台的文档处理 API。打开 NuGet 软件包管理器,搜索 aspose.pdf 然后安装。您也可以从软件包管理器控制台使用以下命令。...

    products.aspose.com/pdf/zh-hans/net/table/
  9. 用 C++ 加密和解密Excel文件|Documentation

    如何使用 C++ 加密和解密Excel文件。锁定和解锁Excel文件。... Aspose.Cells允许您使用所需的加密类型对Microsoft Excel文件进行加密和密码保护。...选择加密类型并确认密码。 使用Aspose.Cells对Excel文件进行加密 以下示例演示了如何用 Aspose.Cells API 对Excel文件进行加密和密码保护。...

    docs.aspose.com/cells/zh/cpp/encrypt-and-decryp...
  10. Find if the Worksheet is Dialog Sheet with C++|...

    Dialog Sheet is an older sheet format. This article provides instructions and sample code for determining programmatically whether an Excel worksheet is a Dialog Sheet using the C++ API....GetType() property provided by Aspose.Cells. If it returns the enumeration...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/find-if-the-worksheet...