Sort Score
Result 10 results
Languages All
Labels All
Results 3,571 - 3,580 of 246,379 for

cells

(0.16 sec)
  1. 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/de/python-java/pyinstalle...
  2. 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/ru/python-java/pyinstalle...
  3. BorderCollection.distanceFromText property | As...

    BorderCollection.distanceFromText property. Gets or sets distance of the border from text in points....to zero for borders of table cells. Examples Shows how to create...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 使用C++调整工作簿压缩级别|Documentation

    学习如何使用Aspose.Cells for C++调整工作簿的压缩级别以优化文件大小和处理时间。...Cells 提供了一个枚举 OoxmlCompressionType...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/zh/cpp/adjust-workbook-co...
  5. 单元格对齐设置|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 提供一个称为 Workbook...类提供一个 Cells 集合。Cells 集合中的每个项代表 Cell 类的对象。 Aspose.Cells 在 Cell...

    docs.aspose.com/cells/zh/java/cell-alignment-se...
  6. Public API Changes in Aspose.Cells 8.1.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.1.0 Contents [ Hide ] This...describes changes to the Aspose.Cells API from version 8.0.2 to 8...

    docs.aspose.com/cells/net/public-api-changes-in...
  7. How to Convert Excel to Array in Java

    In this tutorial you will learn how to convert Excel to array in Java with the help of a simple code. Following these steps, you can read values from Excel file and store in array in Java on Windows, Linux, and macOS....Cells Product Family Aspose.Email...add the reference to Aspose.Cells library in the application Add...

    kb.aspose.com/cells/java/how-to-convert-excel-t...
  8. Customizing Charts with C++|Documentation

    Learn how to customize charts in Aspose.Cells for C++. Our guide will show you how to modify chart layouts, add and format data series, adjust axes, and apply various formatting options to enhance the appearance and usability of your charts....Cells APIs also support creating custom...charts at run‑time using Aspose.Cells. A chart is composed of a data...

    docs.aspose.com/cells/cpp/customizing-charts/
  9. Using FormulaText function in Aspose.Cells for ...

    This article introduces how to use the FormulaText function in the Aspose.Cells library to process formulas in Microsoft Excel. Learn to get and set the formula text of Cells and save modified Excel files using JavaScript via C++....Cells for JavaScript via C++ Contents...formula that is present in a given cell. This article will show you...

    docs.aspose.com/cells/javascript-cpp/using-form...
  10. How to create Combo chart with C++|Documentation

    Learn how to create a combo chart using Aspose.Cells for C++. Our comprehensive guide will demonstrate how to combine different chart types into one combo chart for a more effective data presentation....Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create the workbook...

    docs.aspose.com/cells/cpp/create-combo-chart/