Sort Score
Result 10 results
Languages All
Labels All
Results 2,481 - 2,490 of 201,190 for

aspose cells

(0.08 sec)
  1. 使用C++处理形状或图表的发光效果|Documentation

    学习如何使用Aspose.Cells for C++处理形状或图表的发光效果。...Contents [ Hide ] 可能的使用场景 Aspose.Cells提供 Shape.Glow 属性和 GlowEffect...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/working-with-the-g...
  2. Access the Text Box by the Name with C++|Docume...

    Learn how to access a text box by its name using Aspose.Cells for C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Drawing ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/cpp/access-the-text-box-b...
  3. 使用C++将Smart Art转换为组形状|Documentation

    了解如何使用Aspose.Cells for C++将Smart Art形状转换为组形状,并访问组形状的各个部分。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Drawing ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/zh/cpp/convert-the-smart-...
  4. 使用 Aspose.Cells 与 C++ 添加 ActiveX 控件|Documentation

    学习如何使用 Aspose.Cells for C++ 编程方式向 Excel 工作表添加 ActiveX 控件。...使用 Aspose.Cells 与 C++ 添加 ActiveX 控件 Contents [ Hide ] 您可以使用 ...ShapeCollection::AddActiveXControl() 方法通过 Aspose.Cells 添加 ActiveX 控件。此方法接受一个参数...

    docs.aspose.com/cells/zh/cpp/add-activex-contro...
  5. How to Convert TXT to JSON File in Python

    In this quick tutorial, you will learn how to convert txt to json file in python. It explains the environment setup, algorithm steps, and a code snippet to create Text to JSON converter in Python....Answers by API Aspose.Total Product Family Aspose.Words Product...Product Family Aspose.PDF Product Family Aspose.Cells Product Family...

    kb.aspose.com/cells/python/how-to-convert-txt-t...
  6. 仅复制范围数据(无格式) C++实现|Documentation

    学习如何使用Aspose.Cells与C++仅复制范围数据,不包括格式。...Aspose.Cells提供了这一功能。 本文提供了一个使用Aspose.Cells复制数据范围的示例代码。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/copy-range-data-only/
  7. How to Convert Excel Chart to PDF in Python

    This article explains how to convert Excel chart to PDF in Python. It contains the configuration details, a list of steps, and a runnable sample code to convert Excel graph to PDF in Python....Answers by API Aspose.Total Product Family Aspose.Words Product...Product Family Aspose.PDF Product Family Aspose.Cells Product Family...

    kb.aspose.com/cells/python/how-to-convert-excel...
  8. How to Add a Column in Excel using C#

    This brief article discusses how to add a column in Excel using C#. It encapsulates the system preparation, stepwise algorithm, and a running sample code to add multiple columns in Excel using C#....Answers by API Aspose.Total Product Family Aspose.Words Product...Product Family Aspose.PDF Product Family Aspose.Cells Product Family...

    kb.aspose.com/cells/net/how-to-add-a-column-in-...
  9. Excel to HTML - Use PresentationPreference Opti...

    Learn to render better layout when saving Excel files to HTML with C++....with C++ Contents [ Hide ] Aspose.Cells provides a useful HtmlSaveOptions...<iostream> #include "Aspose.Cells.h" #include "Aspose.Cells/HtmlSaveOptions...

    docs.aspose.com/cells/cpp/excel-to-html-use-pre...
  10. Add Signature Line to the Worksheet with C++|Do...

    This article describes how to add a signature line to the worksheet using C++ codes with Aspose.Cells for C++....Contents [ Hide ] Introduction Aspose.Cells provides the Picture.SignatureLine...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/add-signature-line/