Sort Score
Result 10 results
Languages All
Labels All
Results 4,841 - 4,850 of 239,005 for

aspose cells

(0.23 sec)
  1. 不用在工作表中编写,直接用JavaScript用C++进行自定义函数的计算|Documenta...

    本文介绍如何使用Aspose.Cells库,允许用JavaScript用C++在Microsoft Excel中直接计算自定义函数,无需在工作表中编写函数。加载现有Excel文件或新建一个,计算自定义函数,并保存修改后的文件。...的自定义函数,并且通过自己的自定义逻辑计算其值为 “Aspose.Cells.",然后该值由计算引擎自动地与单元格 A1 的值...进行连接,最终计算的值返回为 “Welcome to Aspose.Cells."。从代码中可以看到,我们并未在工作表中编写自...

    docs.aspose.com/cells/zh/javascript-cpp/direct-...
  2. CellCollection.ToArray | Aspose.Words for .NET

    Effortlessly convert your CellCollection to a new array with the ToArray method, streamlining data management and enhancing performance....Copies all cells from the collection to a new array of cells. public...public Cell [] ToArray () Return Value An array of cells. Examples...

    reference.aspose.com/words/net/aspose.words.tab...
  3. 用JavaScript通过C++在图表中设置图片为背景填充|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++将图片设置为图表背景填充。我们的指南将向您展示如何导入和定位图片,调整其大小和颜色,以及应用格式选项以增强图表的外观。...为背景填充 Contents [ Hide ] Aspose.Cells允许您为不同对象如图表区域、图表区或图例框添加渐...文展示了如何向图表背景添加图像。 要实现这一点,Aspose.Cells提供了 Chart.plotArea 属性。以下代码示例演示了如何使用...

    docs.aspose.com/cells/zh/javascript-cpp/set-pic...
  4. RowCollection.ToArray | Aspose.Words for .NET

    Effortlessly convert your RowCollection to a new array with the ToArray method, ensuring seamless data management and enhanced performance....and print the contents of each cell. Document doc = new Document...); CellCollection cells = rows [ j ]. Cells ; // We can use the...

    reference.aspose.com/words/net/aspose.words.tab...
  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.... Range cells = worksheet . Cells ; cells . set_Item ( 1...newWorkbook . Save (); Aspose.Cells 以下是Aspose.Cells的代码示例 Workbook newWorkbook...

    docs.aspose.com/cells/zh/net/create-and-save-ne...
  6. Issue with directly accessing nested array in E...

    I am following an example of nested arrays in an Excel template using the named range _CellsSmartMarkers The employees JSON data has a nested array. The directors (outer array) and their reporters (inner array). When …...template Aspose.Cells Product Family aspose-cells-java , cells-java...cells-java , aspose-cells sagaofsilence.dev February 19, 2025, 4:14pm...

    forum.aspose.com/t/issue-with-directly-accessin...
  7. Print spreadsheets|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....Quality Print Comments Print Cell Errors Define Page Ordering...Setting Print/Sheet Options Aspose.Cells supports all of these print...

    docs.aspose.com/cells/net/print-spreadsheets/
  8. Detecting Empty Worksheets|Documentation

    This article shows you code explaining how to detect empty worksheets of Excel workbooks programmatically using C# API with .NET library....Populated Cells Worksheets can have one or more cells populated...have to check is the Cells.MaxDataRow or Cells.MaxDataColumn properties...

    docs.aspose.com/cells/net/detecting-empty-works...
  9. 在 Apache POI 和 Aspose.Cells 中创建不同的 Cell 类型|Docu...

    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....POI 和 Aspose.Cells 中创建不同的 Cell 类型 Contents [ Hide ] Aspose.Cells...Cells - 创建不同的 Cell 类型 Java //Instantiating a Workbook object Workbook...

    docs.aspose.com/cells/zh/java/create-different-...
  10. CellFormat.right_padding property | Aspose.Word...

    CellFormat.right_padding property. Returns or sets the amount of space (in points) to add to the right of the contents of cell....the right of the contents of cell. @property def right_padding...Examples Shows how to format cells with a document builder. doc...

    reference.aspose.com/words/python-net/aspose.wo...