Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 244,639 for

cells

(0.2 sec)
  1. 用C++实现扩展Aspose.Cells默认计算引擎的自定义计算引擎|Documentation

    本文介绍如何使用C++加载一个现有的Excel文件或创建一个新文件,通过Aspose.Cells提供的方法实现自定义计算引擎并获得结果。最后,我们将修改后的Excel文件保存到磁盘。...Cells默认计算引擎的自定义计算引擎 Contents [ Hide ] 实现自定义计算引擎...实现自定义计算引擎 Aspose.Cells具有强大的计算引擎,可以计算几乎所有的Microsoft Excel公式。尽管如此,它还允...

    docs.aspose.com/cells/zh/cpp/implement-custom-c...
  2. 通过C++用JavaScript格式化行列|Documentation

    Aspose.Cells for Java脚本通过C++可以支持更改行高或列宽,以及对行或列应用格式。...Cells,开发者可以在运行时执行这些操作。 处理行 如何调整行高 Aspose.Cells for Java脚本通过C++提供了一个类...Worksheet 类提供一个 cells 集合,表示工作表中的所有单元格。 cells 集合提供若干方法,用于管理工作表中的行或列。以下是一些详细介绍。...

    docs.aspose.com/cells/zh/javascript-cpp/adjusti...
  3. How to Add Time Periods Conditional Formatting|...

    How to use the Aspose.Cells library in C# to apply Time Periods conditional formatting. By adjusting these criteria, you have more control over how Cells look and appear....Formatting: Select the range of date cells you want to format. Example:...group. Hover over Highlight Cells Rules . Click on A Date Occurring…...

    docs.aspose.com/cells/net/how-to-add-time-perio...
  4. 通过C++指定数据区域和切片器组位置复制Sparkline|Documentation

    学习如何通过指定数据区域和位置使用Aspose.Cells for C++复制sparkline。...Cells支持此功能。 在Microsoft Excel中复制火花线到其他单元格:...。 指定数据范围和位置。 点击 确定 。 Aspose.Cells提供 SparklineCollection.Add(dataRange...

    docs.aspose.com/cells/zh/cpp/copy-sparkline-by-...
  5. Box appearing around the watermark after conver...

    While converting the Excel first to pdf and then to Word, a box around the watermark text can be seen in Word format. This is fine in PDF. I have attached the PDF and converted Word file as well to this ticket. The co…...Product Family words-java , cells-net , cells-java NiteshCG March 5...as well: import com.aspose.cells.* import com.aspose.pdf.* import...

    forum.aspose.com/t/box-appearing-around-the-wat...
  6. Importing from ArrayList|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....ImportArrayList method of the Cells collection. The ImportArrayList...the row number of the first cell where the data will be imported...

    docs.aspose.com/cells/net/importing-from-arrayl...
  7. 添加数据透视连接用C++|Documentation

    学习如何使用C++通过Aspose.Cells库添加透视连接。...Cells API以编程方式关联切片器和数据透视表,请使用 Slicer...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/add-pivot-connection/
  8. 用C++更改数据透视表的布局|Documentation

    学习如何使用Aspose.Cells for C++以紧凑、轮廓和表格式在数据透视表中更改布局。...Cells还提供 PivotTable.ShowInCompactForm()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/changing-the-layou...
  9. 用C++创建TreeMap图表的方法|Documentation

    学习如何用Aspose.Cells for C++创建Treemap图表。我们的指南将帮助您了解有关Treemap图表的各种属性和格式选项,包括颜色、标签和数据表示。...Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create an instance of...

    docs.aspose.com/cells/zh/cpp/creating-treemap-c...
  10. 包含非强类型数据的列|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类的 ExportDataTableAsStr 方法导出工作表内容。...2 columns starting from 1st cell to DataTable DataTable dataTable...

    docs.aspose.com/cells/zh/net/columns-containing...