Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 203,308 for

cells

(0.06 sec)
  1. 使用C++显示报告筛选页选项|Documentation

    学习如何使用Aspose.Cells for C++在数据透视表中启用“显示报告筛选页”选项。...Cells也支持此功能,在创建的数据透视表上启用“显示报告筛选页”...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/show-report-filter...
  2. CellMerge enumeration | Aspose.Words for Node.js

    Aspose.Words.Tables.CellMerge enumeration. Specifies how a cell in a table is merged with other Cells....Specifies how a cell in a table is merged with other cells. Members...The cell is not merged. First The cell is the first cell in a...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. How to get OData Connection Information with C+...

    Learn how to extract OData connection information from Excel files using Aspose.Cells for C++....Cells provides the Workbook.GetDataMashup()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/how-to-get-odata-conn...
  4. Ignore Errors while Rendering Excel to PDF with...

    Learn how to ignore errors during Excel to PDF conversion using Aspose.Cells for C++....Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory path...

    docs.aspose.com/cells/cpp/ignore-errors-while-r...
  5. Show and Hide Rows, Columns, and Scroll Bars wi...

    This article demonstrates how to programmatically display and hide Excel worksheet rows and columns using the C++ language and the Aspose.Cells API. The visibility of scroll bars can be adjusted, and several rows and columns can be hidden....Cells provides ways to control the...Hide Rows and Columns Aspose.Cells provides a class, Workbook ...

    docs.aspose.com/cells/cpp/show-and-hide-rows-co...
  6. Reusing Style Objects|Documentation

    In Aspose.Cells for Node.js via C++, by creating and using reusable style objects, you can simplify style management and improve code efficiency. Our guide will help you leverage the advantages of reusable style objects and implement them in your application....formatting to a large range of cells in a worksheet: Create a style...the cells in the range. Because the Cell.getStyle() / Cell.setStyle(Style)...

    docs.aspose.com/cells/nodejs-cpp/reusing-style-...
  7. Protecting Worksheets|Documentation

    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....Cells for Python via .NET provides...shown below: | | Protect a few Cells in the Worksheet Using Microsoft...

    docs.aspose.com/cells/python-net/protecting-wor...
  8. Public API Changes in Aspose.Cells 8.2.0|Docume...

    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....Cells 8.2.0 Contents [ Hide ] This...describes changes to the Aspose.Cells API from version 8.1.2 to 8...

    docs.aspose.com/cells/java/public-api-changes-i...
  9. Public API Changes in Aspose.Cells 8.2.0|Docume...

    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....Cells 8.2.0 Contents [ Hide ] This...describes changes to the Aspose.Cells API from version 8.1.2 to 8...

    docs.aspose.com/cells/net/public-api-changes-in...
  10. 数据排序与C++|Documentation

    学习如何使用Aspose.Cells for C++ API进行数据排序。...Cells 允许开发人员按字母顺序或数字顺序对工作表数据进行排序,这与...定义为一组连续的数据,数据以列显示。 使用 Aspose.Cells 进行数据排序 Aspose.Cells 提供了用于按升序或降序对数据进行排序的...

    docs.aspose.com/cells/zh/cpp/sort-data-of-excel/