Sort Score
Result 10 results
Languages All
Labels All
Results 2,771 - 2,780 of 229,588 for

aspose cells

(0.42 sec)
  1. 如何用 C++ 为文本框应用/设置文本对齐|Documentation

    如何用 C++ 在 Aspose.Cells 中为文本框应用/设置文本对齐。...别担心, Aspose.Cells 提供了相关API接口帮你实现这一点。 以下示例代码将文本对齐应用于文本框。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/applying-text-alig...
  2. Specify Author while Write Protecting Workbook ...

    Learn how to specify an author name while write protecting a workbook using Aspose.Cells for C++....protecting your workbook using Aspose.Cells API. Please use the Workbook...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/specify-author-while-...
  3. Convert Dates to Japanese Dates with C++|Docume...

    Learn how to convert Gregorian dates to Japanese dates using Aspose.Cells for C++.... Aspose.Cells provides a way to convert...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/convert-dates-to-japa...
  4. 如何将Excel中的公式导出为其他类型的表达式,使用C++|Documentation

    使用Aspose.Cells for C++将Excel公式导出为LaTeX和MathML。...Aspose.Cells for C++库能满足这些需求。以下内容介绍如...为其他格式的方法。 我们提供示例代码,帮助你使用Aspose.Cells for C++实现这些目标。所需的示例文件已包含在内。...

    docs.aspose.com/cells/zh/cpp/export-equation/
  5. 使用C++给PDF添加水印|Documentation

    了解如何在使用Aspose.Cells的渲染过程中为PDF文件添加文本和图像水印。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Rendering ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/zh/cpp/add-watermark-to-pdf/
  6. 使用 C++ 设置页面选项|Documentation

    本文提供示例代码,以使用 C++ API 编程方式设置 Excel 工作表的页面选项。您可以设置页面方向、缩放比例、适应页面选项、纸张大小、打印质量和首页编号。... 设置页面选项 Aspose.Cells完全支持页面设置选项。本文介绍了如何使用Aspose.Cells设置页面选项,并显示了用于设置的代码示例:...Cells设置页面选项,并显示了用于设置的代码示例: Aspose.Cells 提供了一个类, Workbook ,它代表一个 Microsoft...

    docs.aspose.com/cells/zh/cpp/setting-page-options/
  7. 使用C++添加超链接图片|Documentation

    通过Aspose.Cells for C++ API学习如何添加图片超链接。...本文档说明了如何使用Aspose.Cells在工作表中插入图像超链接。 Aspose.Cells允许您在运行时向电子表...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/add-image-hyperlinks/
  8. 用C++创建工作簿和工作表作用域命名范围|Documentation

    学习如何使用Aspose.Cells和C++创建工作簿和工作表作用域的命名范围。... Aspose.Cells 提供了与 Microsoft Excel 相同...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/create-workbook-an...
  9. 用C++删除Excel中的范围|Documentation

    学习如何使用Aspose.Cells与C++删除Excel中的范围。... 使用Aspose.Cells删除范围 Aspose.Cells提供 Cells.DeleteRange...DeleteRange 方法删除范围。 删除范围并向左移动单元格 用Aspose.Cells删除范围并左移单元格如下代码: #include <iostream>...

    docs.aspose.com/cells/zh/cpp/delete-ranges-from...
  10. 使用 C++ 验证加密文件密码|Documentation

    使用 C++ 代码验证加密的Excel(xlsx、xlsb、xls、xlsm)和OpenOffice(ODS)文件的密码。...sm)和OpenOffice(ODS)文件被密码锁定,Aspose支持简单的密码验证,无需解析文件的特定数据。 验证加密文件的密码...验证加密文件的密码 要验证加密文件的密码,Aspose.Cells for C++ 提供了 VerifyPassword 方法。...

    docs.aspose.com/cells/zh/cpp/verify-password-of...