Sort Score
Result 10 results
Languages All
Labels All
Results 3,201 - 3,210 of 239,180 for

aspose cells

(1.05 sec)
  1. 使用 C++ 在图表系列中查找点的 X 和 Y 值的类型|Documentation

    学习如何使用 Aspose.Cells for C++ 确定图表系列点的 X 和 Y 值的类型。我们的指南将解释不同类型的数据值,并向您展示如何在图表中访问和处理它们。...Aspose.Cells 提供了 ChartPoint::get_XValueType...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/find-type-of-x-and...
  2. 使用 C++ 在 ODF 1.1、1.2 和 1.3 规格下保存 ODS 文件|Documen...

    使用 Aspose.Cells 和 C++ 将 Excel 转换为符合 ODF 1.1、1.2 和 1.3 规范的文件。...ODS 文件 Contents [ Hide ] Aspose.Cells 支持将 ODS 文件( OpenDocument...Format ) 1.1、1.2 和 1.3 规格的文件。Aspose.Cells 有 OdsSaveOptions.GetOdfStrictVersion()...

    docs.aspose.com/cells/zh/cpp/save-ods-file-in-o...
  3. 使用 C++ 访问和修改关联 Ole 对象的显示标签|Documentation

    学习如何使用 Aspose.Cells for C++ 访问和修改 Excel 文件中链接的 Ole 对象的显示标签。...您还可以使用 Aspose.Cells API 结合 GetLabel() 和 SetLabel(const...。该代码访问Ole对象并将其标签从Sample APIs更改为Aspose APIs。请参见下面给出的控制台输出,以了解样本代码对样本Excel文件的效果。...

    docs.aspose.com/cells/zh/cpp/access-and-modify-...
  4. Add PDF Bookmarks with Named Destinations with ...

    Learn how to add PDF bookmarks with named destinations using Aspose.Cells for C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Rendering ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/cpp/add-pdf-bookmarks-wit...
  5. Create Pivot Tables and Pivot Charts with C++|D...

    Learn how to create pivot tables and pivot charts in Excel files using Aspose.Cells with C++.... Aspose.Cells supports pivot tables and...Pivot Tables and Charts Aspose.Cells provides a special set of...

    docs.aspose.com/cells/cpp/create-pivot-tables-a...
  6. 用C++向Excel插入背景图片|Documentation

    “如何用Aspose.Cells for C++向Excel插入背景图片。”...你可以使用Aspose.Cells API设置工作表的背景图片。 在Microsoft...选择一张图片来设置工作表的背景图片。 设置工作表背景 使用Aspose.Cells设置工作表背景 下面的代码使用从流中读取的图像设置了一个背景图像。...

    docs.aspose.com/cells/zh/cpp/insert-background-...
  7. 指定在输出 PDF 和图片中如何交叉字符串,由 C++ 实现|Documentation

    学习如何使用 Aspose.Cells for C++ 控制 PDF 和图片输出中的文本溢出。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Rendering ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/zh/cpp/specify-how-to-cro...
  8. 用C++更改切片器属性|Documentation

    使用Aspose.Cells和C++更改单个Excel文件中切片器的属性。...Aspose.Cells为您提供了更新这些属性的选项。 更改切片器属性 请查看以下示例代码。它加载包含表的...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/change-slicer-prop...
  9. Avoid Blank Page in Output PDF when there is No...

    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....user saves it to PDF using Aspose.Cells, it renders a blank page...behavior is undesirable. Aspose.Cells provides the PdfSaveOptions...

    docs.aspose.com/cells/net/avoid-blank-page-in-o...
  10. 使用C++在工作表中显示公式而非值|Documentation

    本文提供了使用C++ API以编程方式在Excel工作表或电子表格中显示公式而非值的示例代码。...您可以使用Aspose.Cells实现相同的功能。 Aspose.Cells提供了一个 Worksheet...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/show-formulas-inst...