Sort Score
Result 10 results
Languages All
Labels All
Results 2,761 - 2,770 of 229,509 for

aspose cells

(0.28 sec)
  1. 使用 C++ 将特定工作表导出为 PDF|Documentation

    使用 Aspose.Cells 与 C++ 导出特定工作表为 PDF。...Contents [ Hide ] 默认情况下,Aspose.Cells 会将工作簿中所有 可见 工作表保存为一个 PDF...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/save-specified-wor...
  2. 使用C++进行换行和文本自动换行|Documentation

    如何在C++中使用Aspose.Cells库实现文本换行和自动换行。通过使用Aspose.Cells库,您可以轻松在单元格中插入文本并设置文本换行方式,例如手动换行、自动换行等。本文件详细介绍了如何实现这些功能,并提供了示例代码供您参考。...将单元格中的文本自动换行 要在单元格中换行,请使用 Aspose.Cells.Style.IsTextWrapped 属性。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/line-breaks-and-te...
  3. Unprotect a Worksheet with C++|Documentation

    Learn how to unprotect a worksheet using Aspose.Cells for C++....can easily be done with Aspose.Cells. Unprotect a Worksheet Using...Protected Worksheet Using Aspose.Cells A worksheet can be unprotected...

    docs.aspose.com/cells/cpp/unprotect-a-worksheet/
  4. 使用 C++ 保护和取消保护工作表|Documentation

    使用 Aspose.Cells for C++ 保护和取消保护Excel工作表。... ** 使用 Aspose.Cells for C++ 保护工作表** 只需要以下简单代码行来实现保护...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/protect-and-unprot...
  5. Setting Page Options with C++|Documentation

    This article provides sample code to set page options of Excel worksheets programmatically using C++ API. You will be able to set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....options are fully supported in Aspose.Cells. This article explains how...to set page options with Aspose.Cells and shows code samples for...

    docs.aspose.com/cells/cpp/setting-page-options/
  6. Create Signature Line in an Excel Workbook with...

    This article describes how to Create Signature Line in an Excel Workbook using C++ codes with Aspose.Cells for C++....Workbook with C++ using Aspose.Cells Contents [ Hide ] Introduction...Signature Line for Excel Aspose.Cells also provides this feature...

    docs.aspose.com/cells/cpp/create-signature-line...
  7. Z Axis with C++|Documentation

    Learn how to work with the Z-axis in Aspose.Cells for C++. Our guide will help you understand how to configure and customize the Z-axis, including its scale and labels, to enhance your charts....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Charts ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/cpp/z-axis/
  8. 档案

    档案...用于创建 Excel 图表的 C++ API # Aspose.Cells for C++ 是一个原生 C++ 库,允许您创建、读取和修改...部分下载。 PM> Install-Package Aspose.Cells.Cpp 使用 C++ 在 Excel 中创建折线图...

    blog.aspose.com/zh/cells/create-charts-in-excel...
  9. 用 C++ 为形状的文字设置预设文字艺术样式|Documentation

    学习如何用 Aspose.Cells for C++ 为形状的文本设置预设文字艺术样式。...Contents [ Hide ] 可能的使用场景 你可以用 Aspose.Cells 为形状的文本设置预设文字艺术样式。请使用 FontSetting...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/set-preset-wordart...
  10. Excel转HTML 使用PresentationPreference选项实现更佳布局,支持C...

    学习在使用C++保存Excel为HTML时实现更佳布局的方法。...支持C++ Contents [ Hide ] Aspose.Cells为需要在将Microsoft Excel文件保存...<iostream> #include "Aspose.Cells.h" #include "Aspose.Cells/HtmlSaveOptions...

    docs.aspose.com/cells/zh/cpp/excel-to-html-use-...