Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 21,318 for

worksheet

(0.08 sec)
  1. 使用C++生成条件格式化数据条图片|Documentation

    Aspose.Cells是一个用于操作电子表格文件的C++库。它支持生成条件格式化的数据条和图像,允许用户根据单元格的值自定义电子表格的显示。这篇文章将介绍如何使用Aspose.Cells库生成条件格式化的数据条和图像。...xlsx" ); Worksheet worksheet = workbook . GetWorksheets...(). Get ( 0 ); Cell cell = worksheet . GetCells (). Get ( u "C1"...

    docs.aspose.com/cells/zh/cpp/generate-condition...
  2. Aspose.Cells.CellsException: 'IndexOutOfRangeEx...

    Hi- I’m getting the error shown in the subject above when trying to call Workbook.CalculateFormula. The full error says that the issue is “Based on cell Data!B2366” in the workbook I will provide. The formula in this cel…...the defined limits of the worksheet. This can happen with formulas...within the bounds of the worksheet. For example, if your formula...

    forum.aspose.com/t/aspose-cells-cellsexception-...
  3. Public API Changes in Aspose.Cells 8.6.1|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....now accept an instance of Worksheet to remove all the VBA modules...associated with the specified Worksheet. Following is the simple usage...

    docs.aspose.com/cells/net/public-api-changes-in...
  4. Grouping and Ungrouping Rows and Columns in PHP...

    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....Accessing the first worksheet in the Excel file $worksheet = $workbook...() -> get ( 0 ); $cells = $worksheet -> getCells ();; # Grouping...

    docs.aspose.com/cells/java/grouping-and-ungroup...
  5. Worksheets|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....Worksheets Contents [ Hide ] Manage Worksheets Copying and Moving...Moving Worksheets Cut and Paste Cells Count the number of cells...

    docs.aspose.com/cells/python-java/worksheets/
  6. Combine Multiple Workbooks into a Single Workbo...

    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.... The first worksheet of the charts workbook - stacked...Second worksheet of charts workbook - line First worksheet of the...

    docs.aspose.com/cells/python-net/combine-multip...
  7. Printing Workbooks|Documentation

    How print Worksheets and workbook using Java. This article provides the Java code to print Worksheets and workbook using Aspose.Cells for Java API....want to print the entire worksheet area unless you specify your...Sample Code Print Selected Worksheet The following code snippet...

    docs.aspose.com/cells/java/printing-workbooks/
  8. 用C++插入切片器|Documentation

    使用Aspose.Cells结合C++管理Excel文件中的切片器。...Cells也允许使用 Worksheet.Slicers.Add() 方法创建切片器。 为数据透视表创建切片器...inputFilePath ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/create-slicer/
  9. Managing TextBox with Node.js via C++|Documenta...

    Learn how to manage TextBox in Excel using Aspose.Cells for Node.js via C++....TextBox objects within an Excel worksheet. This can be useful for adding...// Access the first worksheet let worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/managing-textb...
  10. Get Equation Text of Chart Trendline with Node....

    Learn how to use Aspose.Cells for Node.js via C++ to retrieve the equation text of a trendline in a chart created in Microsoft Excel. Our guide will demonstrate how to access and extract the equation of a trendline for further analysis or display....Access the first worksheet const worksheet = workbook . getWorksheets...chart inside the worksheet const chart = worksheet . getCharts ()...

    docs.aspose.com/cells/nodejs-cpp/get-equation-t...