Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 239,186 for

aspose cells

(0.77 sec)
  1. Change Character Spacing of Excel TextBox or Sh...

    Learn how to change the character spacing of Excel textbox or shape using Aspose.Cells with C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Drawing ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/cpp/change-character-spac...
  2. Creating a complex PDF|Aspose.PDF for .NET

    Aspose.PDF for NET allows you to create more complex documents that contain images, text fragments, and tables in one document....a PDF document using C# and Aspose.PDF. In this article, we will...complex document with C# and Aspose.PDF for .NET. As an example...

    docs.aspose.com/pdf/net/complex-pdf-example/
  3. 用 C++ 添加带内置样式的文字艺术(WordArt)文本|Documentation

    学习如何用 Aspose.Cells for C++ 添加带内置样式的文字艺术文本。...Contents [ Hide ] 可能的使用场景 你可以使用 Aspose.Cells 添加带内置样式的文字艺术文本。请使用 ShapeCollection...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/add-word-art-text-...
  4. Excel to PDF Conversion in Jython|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....Jython Contents [ Hide ] Aspose.Cells - Excel to PDF Conversion...convert documents using Aspose.Cells Java for Jython . Here you...

    docs.aspose.com/cells/java/excel-to-pdf-convers...
  5. Setting Formula for Named Range with C++|Docume...

    Learn how to set formulas for named ranges in Excel files using Aspose.Cells with C++....Like the Excel application, Aspose.Cells APIs provide the ability...could be a reference to another cell in the same (or different) worksheet...

    docs.aspose.com/cells/cpp/setting-formula-for-n...
  6. Threaded Comments with C++|Documentation

    Learn how to add, read, edit, and remove threaded comments in Excel files using Aspose.Cells with C++.... Aspose.Cells also provides the feature...the active cell. Method 2 Right‑click on the cell where you want...

    docs.aspose.com/cells/cpp/threaded-comments/
  7. 将Excel转换为高分辨率图像——使用C++|Documentation

    使用Aspose.Cells与C++从Excel文件生成高分辨率图像。...Aspose.Cells提供设置 ImageOrPrintOptions...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-h...
  8. Using WorkbookMetadata with C++|Documentation

    Learn how to use WorkbookMetadata to edit custom document properties of a workbook in C++ with Aspose.Cells....with C++ Contents [ Hide ] Aspose.Cells allows you to load a lightweight...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/using-workbookmetadata/
  9. Loading and Managing Excel, OpenOffice, JSON, C...

    With Aspose.Cells for C++, it is simple to create, open, and manage Excel, CSV, TSV, ODS, HTML, Numbers, JSON, XML, PDF, JPG, TIFF, Image, MHT, and XPS files....C++ Contents [ Hide ] With Aspose.Cells for C++, it is simple to...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/loading-saving-and-ma...
  10. 用C++管理范围|Documentation

    学习如何使用Aspose.Cells和C++管理Excel文件中的范围。通过编程创建、修改和设置范围样式。...您所选的矩形区域也可以通过Aspose.Cells轻松地创建为对象。 这里是如何创建范围、设置值、...范围”对象进行更多操作。 使用Aspose.Cells管理范围 Aspose.Cells提供了一个代表Microsoft...

    docs.aspose.com/cells/zh/cpp/managing-ranges/