Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 203,309 for

cells

(0.14 sec)
  1. 旋转单元格文本|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 .NET 旋转单元格文本,以及与使用 VSTO...C# 或 Visual Basic,然后在 Aspose.Cells 中执行,同样使用 C# 或 Visual Basic。...

    docs.aspose.com/cells/zh/net/rotating-cell-text/
  2. ConditionalStyleCollection | Aspose.Words for Java

    Represents a collection of ConditionalStyle objects in Java....write("Cell 1"); builder.insertCell(); builder.write("Cell 2");...write("Cell 3"); builder.insertCell(); builder.write("Cell 4");...

    reference.aspose.com/words/java/com.aspose.word...
  3. 用C++跟踪文档转换进度|Documentation

    学习如何使用Aspose.Cells在C++中跟踪文档转换进度,以增强应用程序的可用性。...Cells通过提供 IPageSavingCallback 接口支持跟踪文档转换进度。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class TestPageSavingCallba...

    docs.aspose.com/cells/zh/cpp/track-document-con...
  4. 数据排序与C++|Documentation

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

    docs.aspose.com/cells/zh/cpp/sort-data-of-excel/
  5. How to Format Number as Date|Documentation

    This article will introduce how to format number to date using Aspose.Cells for Node.js via C++ API....Facilitates Data Entry: When cells are formatted as dates, users...Ribbon (Home Tab) Select the cells containing the numbers you want...

    docs.aspose.com/cells/nodejs-cpp/format-number-...
  6. Set Worksheet Tab Color with C++|Documentation

    This article demonstrates sample code that sets the Excel worksheet Tab Color programmatically using the C++ API or Library....Cells allows you to change the color...Worksheet Tab Color with Aspose.Cells The sample code below shows...

    docs.aspose.com/cells/cpp/set-worksheet-tab-color/
  7. 在Jython中保护工作表|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 - 保护工作表 使用 Aspose.Cells Java for Jython...aspose - cells import Settings from com . aspose . cells import...

    docs.aspose.com/cells/zh/java/protecting-worksh...
  8. 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....Cells. To implement 1904 date system...Aspose.Cells APIs. #include <iostream> #include "Aspose.Cells.h"...

    docs.aspose.com/cells/cpp/implement-1904-date-s...
  9. Read and Write Table with Query Table Data Sour...

    Learn how to read and write tables with QueryTable as a data source using Aspose.Cells for C++....Cells, you can read and write a table...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/read-and-write-table-...
  10. 用C++创建联合范围|Documentation

    使用Aspose.Cells在Excel文件中创建联合范围...Cells提供了通过 CreateUnionRange 方法创建联合范围的能力。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/create-union-range/