Sort Score
Result 10 results
Languages All
Labels All
Results 3,731 - 3,740 of 203,311 for

cells

(0.06 sec)
  1. How to Manage Dates and Times|Documentation

    Learn how to How to Manage Dates and Times through the Aspose.Cells for .NET API....stored in cells as numbers. Thus, the values of cells that contain...(fractional part) components. The Cell.DoubleValue property returns...

    docs.aspose.com/cells/net/how-to-manage-dates-a...
  2. Line Breaks and Text Wrapping|Documentation

    How to implement text wrapping and word wrap using the Aspose.Cells library in Node.js via C++. By using the Aspose.Cells library, you can easily insert text in Cells and set the text wrapping method, such as manual word wrap, word wrap, etc. This document details how to implement these features and provides sample code for your reference....Hide ] To ensure that text in a cell can be read, explicit line breaks...turns one line into several in a cell, which explicit line breaks...

    docs.aspose.com/cells/nodejs-cpp/line-breaks-an...
  3. Line Breaks and Text Wrapping|Documentation

    How to implement text wrapping and word wrap using the Aspose.Cells for Python via .NET library. By using the Aspose.Cells for Python via .NET library, you can easily insert text in Cells and set the text wrapping method, such as manual word wrap, word wrap, etc. This document details how to implement these features and provides sample code for your reference....Hide ] To ensure that text in a cell can be read, explicit line breaks...turns one line into several in a cell, which explicit line breaks...

    docs.aspose.com/cells/python-net/line-breaks-an...
  4. example.py

    import os from jpype import * __Cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__Cells_jar_dir__, "aspose-Cells-23.1.jar")) addClassPath(os.path.join(__Cells_jar_dir__, "bcpr......import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__)...addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os...

    docs.aspose.com/cells/tr/python-java/pyinstalle...
  5. example.py

    import os from jpype import * __Cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__Cells_jar_dir__, "aspose-Cells-23.1.jar")) addClassPath(os.path.join(__Cells_jar_dir__, "bcpr......import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__)...addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os...

    docs.aspose.com/cells/es/python-java/pyinstalle...
  6. Change Text Direction of the Comment|Documentation

    How to change the text direction of comments in Excel files. This article provides the Java code to do just that by using the Aspose.Cells for Java API....Excel users can add comments to cells in spreadsheets to add additional...additional information to cells and highlight the data. Developers...

    docs.aspose.com/cells/java/change-text-directio...
  7. Save ODS File in ODF 1.1, 1.2 and 1.3 Specifica...

    Convert Excel to ODF 1.1, 1.2 and 1.3 Specifications with Aspose.Cells using C++....Cells supports saving an ODS file...1.3 specifications. Aspose.Cells has OdsSaveOptions.GetOdfStrictVersion()...

    docs.aspose.com/cells/cpp/save-ods-file-in-odf-...
  8. 验证单元格值是否满足数据验证规则(使用C++)|Documentation

    学习如何通过Aspose.Cells for C++ API验证单元格值是否符合数据验证规则。...Cells提供 Cell.GetValidationValue() 方法...False ,否则返回 True 。 以下示例代码演示了 Cell.GetValidationValue() 方法的工作方...

    docs.aspose.com/cells/zh/cpp/verify-that-cell-v...
  9. Row.get_text method | Aspose.Words for Python

    Row.get_text method. Gets the text of all Cells in this row including the end of row character....get_text() Gets the text of all cells in this row including the end...of row character ControlChar.CELL appended at the end. The returned...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Setting Formula Calculation Mode of Workbook wi...

    This article introduces how to set the formula calculation mode of a workbook in Microsoft Excel with Aspose.Cells library using C++. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to set the formula calculation mode and get the result. Finally, we save the modified Excel file to disk....Cells also allows you to set the Formula...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/setting-formula-calcu...