Sort Score
Result 10 results
Languages All
Labels All
Results 3,451 - 3,460 of 229,130 for

aspose cells

(0.14 sec)
  1. 用 C++ 取消冻结 Excel 工作表的行或列|Documentation

    在本文中,您将学习如何使用 Aspose.Cells for C++ API 以编程方式取消冻结 Excel 工作表的行、列或窗格。... 使用 Aspose.Cells for C++ 取消冻结行、列或窗格 使用 Aspose.Cells for C++...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/unfreeze-rows-or-c...
  2. HTML with C++|Documentation

    Convert Excel to HTML and MHTML format using Aspose.Cells with C++....Excel Workbook to HTML The Aspose.Cells API provides support for...format. For this purpose, Aspose.Cells uses the HtmlSaveOptions...

    docs.aspose.com/cells/cpp/convert-excel-to-html/
  3. Implement 1904 Date System with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports the implementation of the 1904 date system, allowing users to calculate and format based on the January 1, 1904 date system. This article describes how to implement the 1904 date system using the Aspose.Cells library....system for Excel files using Aspose.Cells. To implement 1904 date...how to achieve this using Aspose.Cells APIs. #include <iostream>...

    docs.aspose.com/cells/cpp/implement-1904-date-s...
  4. 用C++更新切片器|Documentation

    本文介绍如何通过更新切片器来更新关联的透视表,使用Aspose.Cells for C++ API。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Load sample Excel...

    docs.aspose.com/cells/zh/cpp/updating-slicer/
  5. Get Worksheet of the Chart with C++|Documentation

    Learn how to retrieve the worksheet associated with an Excel chart using Aspose.Cells for C++. Our guide will show you how to access the worksheet and perform operations on it to manipulate the underlying data of the chart.... Aspose.Cells provides the Chart::GetWorksheet...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/get-worksheet-of-the-...
  6. 查找XLS和XLSX格式支持的最大行数和列数,使用C++|Documentation

    学习如何使用Aspose.Cells for C++查找XLS和XLSX格式支持的最大行列数。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Print message about...

    docs.aspose.com/cells/zh/cpp/find-maximum-rows-...
  7. ConditionalStyleCollection.top_left_cell proper...

    ConditionalStyleCollection.top_left_cell property. Gets the top left cell style....top_left_cell property ConditionalStyleColl.top_left_cell property...the top left cell style. @property def top_left_cell ( self ) ->...

    reference.aspose.com/words/python-net/aspose.wo...
  8. BorderCollection.bottom property | Aspose.Words...

    BorderCollection.bottom property. Gets the bottom border....@property def bottom ( self ) -> aspose . words . Border : ... Examples.... LineStyle . SINGLE , 2 , aspose . pydrawing . Color . black...

    reference.aspose.com/words/python-net/aspose.wo...
  9. BorderCollection.right property | Aspose.Words ...

    BorderCollection.right property. Gets the right border....@property def right ( self ) -> aspose . words . Border : ... Examples.... LineStyle . SINGLE , 2 , aspose . pydrawing . Color . black...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 使用 C++ 进行重采样添加的图片 Excel 转 PDF 转换|Documentation

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

    docs.aspose.com/cells/zh/cpp/resampling-added-i...