Sort Score
Result 10 results
Languages All
Labels All
Results 2,741 - 2,750 of 229,144 for

aspose cells

(0.19 sec)
  1. 导入HTML时删除换行后多余空格(使用C++)|Documentation

    了解如何在导入HTML时删除换行后的多余空格(使用Aspose.Cells for C++)。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); U16String html = u8...

    docs.aspose.com/cells/zh/cpp/delete-redundant-s...
  2. Create High-Low-Close(HLC) Stock Chart with C++...

    Learn how to create a high-low-close stock chart using Aspose.Cells for C++. Our step-by-step guide will demonstrate how to plot stock market data, including the high, low, and close prices, onto a chart for better analysis and visualization....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create an instance...

    docs.aspose.com/cells/cpp/create-high-low-close...
  3. 数据筛选与C++|Documentation

    学习如何使用Aspose.Cells for C++ API添加数据筛选。...Aspose.Cells 完全支持 Microsoft Excel 的自动筛选功能。本文介绍了如何在...Microsoft Excel 中使用这些功能,以及如何使用 Aspose.Cells 对其进行编码。 自动筛选数据 自动筛选是选择仅...

    docs.aspose.com/cells/zh/cpp/data-filtering/
  4. 用C++显示和隐藏网格线及行列标题|Documentation

    本文提供使用C++ API或库通过编程隐藏或显示Excel工作表的网格线、行和列标题的示例代码。...用C++显示和隐藏网格线及行列标题 Contents [ Hide ] Aspose.Cells支持隐藏和显示工作表中默认情况下可见的网格线。它还提供了控制工作表的行列标题的可见性。...其中每个单元格都易于识别。 控制网格线的可见性 Aspose.Cells提供一个类 Workbook ,代表一个Microsoft...

    docs.aspose.com/cells/zh/cpp/show-and-hide-grid...
  5. 在VSTO和Aspose.Cells中旋转单元格文字|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....在VSTO和Aspose.Cells中旋转单元格文字 Contents [ Hide ] 要旋转工作表中单元格中的文本,请按以下步骤进行:...随后的代码示例展示了如何先在VSTO中使用C#执行这些步骤,然后再在Aspose.Cells中使用C#执行这些步骤。 VSTO //intiate...

    docs.aspose.com/cells/zh/net/rotating-cell-text...
  6. Converting To Mhtml Files 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 - Converting To Mhtml Files...To append documents using Aspose.Cells Java for Jython . Here you...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  7. Filter Objects while loading Workbook or Worksh...

    Learn how to filter objects like charts, shapes, and conditional formatting while loading workbooks or worksheets using Aspose.Cells for C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/cpp/filter-objects-while-...
  8. 使用 C++ 管理图表中的形状|Documentation

    学习如何使用 Aspose.Cells for C++ 添加控件和自定义 Microsoft Excel 中的图表。我们的指南将演示如何操作图表元素、调整格式以及提升图表的整体外观与易用性。...Aspose.Cells 可以在运行时向图表中添加控件。 向图表添加标签控件...标签提供了一种向用户提供有关电子表格内容信息的方式。 Aspose.Cells允许您甚至在图表中添加和操作标签。 Aspose::Cells::Drawing::ShapeCollection...

    docs.aspose.com/cells/zh/cpp/controls-in-charts/
  9. Encrypt and Decrypt Excel files with C++|Docume...

    How to encrypt and decrypt Excel files using C++. Lock and unlock Excel files.... Aspose.Cells allows you to encrypt and...Encrypting Excel file with Aspose.Cells The following example shows...

    docs.aspose.com/cells/cpp/encrypt-and-decrypt-e...
  10. 用 C++ 在 Excel 工作表中分屏|Documentation

    在本文中,您将学习如何通过编程方式使用 C++ 将工作表分成两部分或四部分,以在不同的窗格中显示特定的行和/或列。... 使用 Aspose.Cells for C++ 轻松编程垂直分割工作表中的列,...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/how-to-split-scree...