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

aspose cells

(0.46 sec)
  1. 用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...
  2. Save Specified Worksheets to PDF with C++|Docum...

    Export specific worksheets to PDF using Aspose.Cells with C++....Contents [ Hide ] By default, Aspose.Cells saves all visible worksheets...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/save-specified-worksh...
  3. 使用C++管理控件|Documentation

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

    docs.aspose.com/cells/zh/cpp/managing-controls/
  4. 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...
  5. 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...
  6. 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/
  7. 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...
  8. 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/
  9. 在用 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...
  10. 用 C++ 将 JSON 转换为 CSV|Documentation

    学习如何使用 Aspose.Cells for C++ 结合简单和嵌套的 JSON 示例将 JSON 转换为 CSV。...Contents [ Hide ] 将JSON转换为CSV Aspose.Cells 支持将简单和嵌套的 JSON 转换为 CSV。为此,API...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/convert-json-to-csv/