Sort Score
Result 10 results
Languages All
Labels All
Results 3,571 - 3,580 of 238,879 for

aspose cells

(0.15 sec)
  1. Support for German Locale in Named Range Formul...

    Learn how to handle named range formulae in German locale using Aspose.Cells with C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/cpp/support-for-german-lo...
  2. How to create TreeMap chart with C++|Documentation

    Learn how to create a Treemap chart in Aspose.Cells for C++. Our guide will help you understand the various properties and formatting options available for Treemap charts, including colors, labels, and data representation....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create an instance...

    docs.aspose.com/cells/cpp/creating-treemap-chart/
  3. Create a TextBox in which each line has a diffe...

    Learn how to create a TextBox with different horizontal alignment for each line using Aspose.Cells with C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/cpp/create-textbox-in-whi...
  4. 用C++用Aspose.Cells计算IFNA函数|Documentation

    如何使用Aspose.Cells库的C++实现对IFNA函数的计算。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法计算IFNA函数并获得结果。最后将修改后的Excel文件保存到磁盘。...用C++用Aspose.Cells计算IFNA函数 Contents [ Hide ] Aspose.Cells支持计算IFNA...的结果。 使用Aspose.Cells计算IFNA函数 下面的示例代码示例了使用Aspose.Cells计算IFNA函数。...

    docs.aspose.com/cells/zh/cpp/calculating-ifna-f...
  5. Load a Web Image from a URL into an Excel Works...

    Learn how to convert an image from a URL to an Excel‑embedded image using C++ and Aspose.Cells for C++ API....into an Excel Worksheet Aspose.Cells for C++ API provides a straightforward...into the worksheet using Aspose.Cells. The image becomes embedded...

    docs.aspose.com/cells/cpp/load-a-web-image-from...
  6. Public API Changes in Aspose.Cells 8.5.1|Docume...

    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....AI Public API Changes in Aspose.Cells 8.5.1 Contents [ Hide ]...describes the changes to the Aspose.Cells API from version 8.5.0 to...

    docs.aspose.com/cells/net/public-api-changes-in...
  7. Table recognition|Documentation

    Extracting and recognizing table Cells from images, web links, scanned PDFs, DjVu files, folders, archives and other content....recognition Contents [ Hide ] Aspose.OCR for .NET now provides a... simply call the universal Aspose.OCR.AsposeOcr.Recognize method...

    docs.aspose.com/ocr/net/table-recognition/
  8. Using Anonymous Types or Custom Objects in Aspo...

    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....Objects in Aspose.Cells Contents [ Hide ] Aspose.Cells also supports...sheet) in the workbook. Aspose . Cells . Worksheet w = report...

    docs.aspose.com/cells/net/using-anonymous-types...
  9. 将PdfSaveOptions和ImageOrPrintOptions的DefaultFont...

    学习在使用Aspose.Cells保存文档时优先设置字体。... 通常,在保存为PDF或图像时,Aspose.Cells会优先尝试设置工作簿的默认字体(即Workbook...Font)。如果工作簿的默认字体仍无法正确显示/渲染文本,则Aspose.Cells将尝试使用 PdfSaveOptions / ImageOrPrintOptions...

    docs.aspose.com/cells/zh/cpp/set-defaultfont-pr...
  10. 在PDF中替换文本|Aspose.PDF for .NET

    了解更多关于从Aspose.PDF for .NET库中替换和删除文本的各种方法。...以下代码片段也适用于 Aspose.PDF.Drawing 库。 在PDF文档的所有页面中替换文本 您可以尝试使用Aspose.PDF在文档中查找并替换文本,并在此...visit https://github.com/aspose-pdf/Aspose.PDF-for-.NET private static...

    docs.aspose.com/pdf/zh/net/replace-text-in-pdf/