Sort Score
Result 10 results
Languages All
Labels All
Results 3,121 - 3,130 of 246,514 for

cells

(0.41 sec)
  1. 使用 C++ 进行重采样添加的图片 Excel 转 PDF 转换|Documentation

    学习如何使用 Aspose.Cells 与 C++ 进行重采样以减少 PDF 大小。...Cells支持重新采样已添加的图像,以减小输出的PDF文件大小并稍微提高性能。...性能。 请参阅以下示例代码,描述如何使用Aspose.Cells API执行该任务。该示例将Microsoft Exce...

    docs.aspose.com/cells/zh/cpp/resampling-added-i...
  2. Convert Pandas DataFrame to Excel in Python | P...

    Learn how to convert pandas DataFrame to Excel in Python using Aspose.Cells for Python via .NET with simple, accurate code examples....Cells Table of Contents Why Use Aspose.Cells for Pandas...Excel Directly with Aspose.Cells Method 2: Convert DataFrame...

    blog.aspose.com/cells/convert-pandas-dataframe-...
  3. Determine which Axis exists in the Chart with C...

    Learn how to determine which axis exists in a chart created using Aspose.Cells for C++. Our guide will help you understand how to identify and access the different axes in a chart, including category, value, and secondary axes....Cells provides the Chart.HasAxis(AxisType...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/determine-which-axis-...
  4. Manage Comments and Notes|Documentation

    Insert and manage comments or notes with Aspose.Cells for java....additional information to cells. Aspose.Cells provides two methods...methods for adding comments to cells. The first is to create comments...

    docs.aspose.com/cells/java/comments-and-notes/
  5. Get or Set the Class Identifier of the Embedded...

    Learn how to get or set the class identifier of embedded OLE objects using Aspose.Cells with C++....Cells provides the OleObject.GetClassIdentifier()...<iostream> #include "Aspose.Cells.h" #include <guiddef.h> using...

    docs.aspose.com/cells/cpp/get-or-set-the-class-...
  6. 支持在加载HTML到Excel工作簿时保持DIV标签布局|Documentation

    学习在将HTML加载到Excel工作簿时支持DIV标签布局的方法,使用Aspose.Cells for C++。...com/cells/cpp/aspose.cells/htmlloadoptions/ G...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; std :: string...

    docs.aspose.com/cells/zh/cpp/support-the-layout...
  7. 用C++在Excel文件中指定存储的有效数字|Documentation

    学习如何使用Aspose.Cells与C++在Excel文件中指定存储的有效数字。...Cells在Excel文件中存储双精度数值时保留17位有效数字,不...GetSignificantDigits() 属性将Aspose.Cells的默认行为从17位改为15位。 指定要在Excel文件中存储的有效数字...

    docs.aspose.com/cells/zh/cpp/specifying-signifi...
  8. ConditionalStyle.right_padding property | Aspos...

    ConditionalStyle.right_padding property. Gets or sets the amount of space (in points) to add to the right of the contents of table Cells....right of the contents of table cells. @property def right_padding...builder . insert_cell () builder . write ( 'Cell 1' ) builder ....

    reference.aspose.com/words/python-net/aspose.wo...
  9. 通过C++用JavaScript格式化单元格|Documentation

    学习如何在Aspose.Cells for JavaScript via C++中格式化和样式化单元格,包括数字格式化、日期格式化、字体样式和其他单元格样式选项。我们的指南将帮助你创建漂亮且专业的电子表格。...Cells提供 Cell 类的 style 和 style 方法,用于获取/设置单元格的格式样式。Aspose...方法,用于获取/设置单元格的格式样式。Aspose.Cells还提供一个 Style 类。 如何使用样式方法格式化单元格 在单元格上...

    docs.aspose.com/cells/zh/javascript-cpp/cells-f...
  10. Freeze First Column(s) of Excel Worksheet with ...

    In this article, you will learn how to freeze left columns of Excel Worksheets programmatically using C++ Library with Aspose.Cells API....Cells for C++ It’s simple to freeze...first column(s) with Aspose.Cells for C++. Please use the Worksheet...

    docs.aspose.com/cells/cpp/how-to-freeze-columns...