Sort Score
Result 10 results
Languages All
Labels All
Results 3,001 - 3,010 of 201,197 for

aspose cells

(0.09 sec)
  1. Aspose.Cells 8.5.1中的公共API更改|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....Aspose.Cells 8.5.1中的公共API更改 Contents [ Hide ] 描述了Aspose.Cells...中包括新的和更新的公共方法, 添加的类等 ,以及Aspose.Cells背后的行为的任何更改的描述。 添加的 API 添加了Workbook...

    docs.aspose.com/cells/zh/java/public-api-change...
  2. How to Set Print Titles with C++|Documentation

    This article shows you code explaining how to set print titles using Aspose.Cells library with C++....to Set Print Titles Using Aspose.Cells To set print titles in a...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/how-to-set-print-titles/
  3. How to Convert XLSX to PDF having Restricted Pe...

    In this short tutorial we will learn how to convert XLSX to PDF having restricted permissions in Java. These steps help you to export XLSX to PDF having restricted permissions using Java in any operating system like macOS, Linux, or Windows....Answers by API Aspose.Total Product Family Aspose.Words Product...Product Family Aspose.PDF Product Family Aspose.Cells Product Family...

    kb.aspose.com/cells/java/how-to-convert-xlsx-to...
  4. 用C++修改现有样式|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库,允许用户修改现有单元格样式。本文将介绍如何使用Aspose.Cells库修改现有单元格样式,以便用户根据需要改变单元格的外观。... Aspose.Cells允许修改任何这些样式或您使用所需属性定义的任何其他样式。...单击 确定 以保存样式并将其应用于所选范围。 使用Aspose.Cells 以下示例演示了如何使用 Style.Update...

    docs.aspose.com/cells/zh/cpp/modify-an-existing...
  5. 使用 C++ 处理 ODS 文件中的背景|Documentation

    学习如何使用 Aspose.Cells 和 C++ 管理 ODS 文件中的彩色和图形背景。... Aspose.Cells提供了读取后台信息并在ODS文件中添加背景的能力。...。 从ODS文件读取背景信息 Aspose.Cells 提供 OdsPageBackground 类来管理 ODS 文件中的背景。以下示例演示了通过加载...

    docs.aspose.com/cells/zh/cpp/working-with-backg...
  6. 使用 C++ 不加载图表的源Excel文件|Documentation

    学习如何使用 Aspose.Cells 和 C++ 加载不含图表的Excel文件。...不加载图表的源Excel文件 Contents [ Hide ] Aspose.Cells 允许您不加载图表,使用 LoadOptions...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/load-source-excel-...
  7. Check Custom Number Format when Setting Style.C...

    Aspose.Cells is a C++ library for working with spreadsheet files, which supports checking custom number formats when styling. This article will show you how to use the Aspose.Cells library to check custom number formats to ensure that the styling is correct....GetCustom() property, then Aspose.Cells will not throw any exception...exception. But if you want that Aspose.Cells should check if the assigned...

    docs.aspose.com/cells/cpp/check-custom-number-f...
  8. Replace text in smart art with C++|Documentation

    Learn how to update text in smart art using Aspose.Cells for C++ by setting the Shape.Text property.... Aspose.Cells provides this feature by...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/replace-text-in-smart...
  9. Export Excel to HTML with GridLines with C++|Do...

    Learn how to export Excel files to HTML with gridlines using Aspose.Cells for C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/cpp/export-excel-to-html-...
  10. Convert XLS File with Images or Charts to PDF w...

    Convert XLS files containing images or charts to PDF documents using Aspose.Cells with C++....with C++ Contents [ Hide ] Aspose.Cells supports converting XLS...charts to PDF documents. Aspose.Cells for C++ can work independently...

    docs.aspose.com/cells/cpp/convert-xls-file-with...