Sort Score
Result 10 results
Languages All
Labels All
Results 2,711 - 2,720 of 201,195 for

aspose cells

(0.09 sec)
  1. Calculating IFNA function using Aspose.Cells wi...

    How to calculate IFNA functions using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the IFNA function and get the result. Finally, we save the modified Excel file to disk....using Aspose.Cells with C++ Contents [ Hide ] Aspose.Cells supports...Calculating IFNA function using Aspose.Cells The following sample code...

    docs.aspose.com/cells/cpp/calculating-ifna-func...
  2. 用C++将Excel转换为图片|Documentation

    学习如何使用Aspose.Cells for C++将Excel工作表转换为包括TIFF和SVG格式的图片。...用C++将Excel转换为图片 Contents [ Hide ] Aspose.Cells允许您从工作簿导出工作表并将其转换为不同的格式。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-i...
  3. 使用C++对行和列进行分组和取消分组|Documentation

    学习如何使用Aspose.Cells和C++对Excel文件中的行和列进行分组和取消分组。...息,如下图所示: 分组行和列 行和列的分组管理 Aspose.Cells提供一个类, Workbook 表示Microsoft...Worksheet 类提供一个 Cells 集合,表示工作表中的所有单元格。 Cells 集合提供了几种管理工作表行或列的方法,以下将更详细地讨论其中的一些。...

    docs.aspose.com/cells/zh/cpp/grouping-and-ungro...
  4. How to Convert Microsoft Project File to XPS in C#

    This step by step tutorial shows you how to convert Microsoft Project file to XPS in C#. The code to convert MPP to XPS in C# can be used with any .NET application....Answers by API Aspose.Total Product Family Aspose.Words Product...Product Family Aspose.PDF Product Family Aspose.Cells Product Family...

    kb.aspose.com/tasks/net/how-to-convert-microsof...
  5. Load a Web Image from a URL into an Excel Works...

    Learn how to convert an image from URL to 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. CellFormat.vertical_merge property | Aspose.Wor...

    CellFormat.vertical_merge property. Specifies how the cell is merged with other Cells vertically....Specifies how the cell is merged with other cells vertically. @property...vertical_merge ( self ) -> aspose . words . tables . CellMerge...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 在 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-...
  8. Adding Custom Properties visible inside Documen...

    Learn how to add custom properties visible in the Document Information Panel using Aspose.Cells with C++....Document Information Panel Aspose.Cells can be used to add custom...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/adding-custom-propert...
  9. 使用C++将附件嵌入到PDF中|Documentation

    学习如何用C++结合Aspose.Cells将附件嵌入到PDF中。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // For complete examples...

    docs.aspose.com/cells/zh/cpp/embed-attachment-t...
  10. 用 C++ 将 JSON 转换为 CSV|Documentation

    学习如何使用 Aspose.Cells for C++ 结合简单和嵌套的 JSON 示例将 JSON 转换为 CSV。...Contents [ Hide ] 将JSON转换为CSV Aspose.Cells 支持将简单和嵌套的 JSON 转换为 CSV。为此,API...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/convert-json-to-csv/