Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 238,946 for

aspose cells

(0.82 sec)
  1. 用C++将Excel转换为图片|Documentation

    学习如何使用Aspose.Cells for C++将Excel工作表转换为包括TIFF和SVG格式的图片。...用C++将Excel转换为图片 Contents [ Hide ] Aspose.Cells允许您从工作簿导出工作表并将其转换为不同的格式。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-i...
  2. 用C++改变Excel文本框或形状的字符间距|Documentation

    学习如何用Aspose.Cells和C++改变Excel文本框或形状的字符间距。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Drawing ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/zh/cpp/change-character-s...
  3. How to Manage Dates and Times with C++|Document...

    Learn how to manage dates and times through the Aspose.Cells for C++ API....stored in cells as numbers. Thus, the values of cells that contain...time (fractional part). The Cell::GetDoubleValue() method returns...

    docs.aspose.com/cells/cpp/how-to-manage-dates-a...
  4. Insert Slicer with C++|Documentation

    Manage slicers of Excel files with Aspose.Cells using C++.... Aspose.Cells also allows you to create...shows the slicer created by Aspose.Cells in the output Excel file...

    docs.aspose.com/cells/cpp/create-slicer/
  5. 使用 C# 在 PDF 中创建或添加表格|Aspose.PDF for .NET

    Aspose.PDF for .NET 是一个用于创建、读取和编辑 PDF 表格的库。请查看本主题中的其他高级功能。...Aspose.PDF 命名空间包含名为 Table 、 Cell 和 Row 的类,这些类提供了在从头生成...以下代码片段也适用于 Aspose.PDF.Drawing 库。 可以通过创建 Table 类的对象来创建表格。 Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/add-table-in-existin...
  6. 使用C++管理控件|Documentation

    学习如何使用Aspose.Cells与C++在工作表中添加和管理各种控件,如线条、矩形、弧、椭圆、旋钮、滚动条和组框。...Aspose.Cells提供了 Aspose::Cells::Drawing 命名空间,其...Excel中用设计器工作簿创建这些绘图对象,然后导入到Aspose.Cells中。Aspose.Cells允许你从设计师工作簿加载这些绘图对象,并写入生成的文件中。...

    docs.aspose.com/cells/zh/cpp/managing-controls/
  7. Remove duplicate rows in a Worksheet with C++|D...

    Learn how to remove duplicate rows in a worksheet using Aspose.Cells for C++.... Aspose.Cells provides the Cells::RemoveDuplicates()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/remove-duplicate-rows...
  8. Create Transparent Image of Excel Worksheet wit...

    Generate transparent images of Excel worksheets using Aspose.Cells with C++....transparency to all cells that have no fill colors. Aspose.Cells provides...When this property is false , cells with no fill colors are drawn...

    docs.aspose.com/cells/cpp/create-transparent-im...
  9. Excel Themes and Colors with C++|Documentation

    C++ code to use Excel Color Scheme with Aspose.Cells for C++ API...Apply Color Scheme in Aspose.Cells Aspose.Cells provides features...Create Custom Color Theme in Aspose.Cells If theme colors are used...

    docs.aspose.com/cells/cpp/excel-themes-and-colors/
  10. 在用 C++ 设置样式的 Custom 属性时检查自定义数字格式|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 C++ 库,支持在样式设置时检查自定义数字格式。本文将展示如何使用 Aspose.Cells 库检查自定义数字格式以确保样式正确。...属性分配了无效的自定义数字格式,Aspose.Cells 不会抛出任何异常。但是,如果你希望 Aspose.Cells 检查所分配的自定义数字格式是否有效,请将...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/check-custom-numbe...